mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-25 00:03:29 +00:00
Fish: sync some more
This commit is contained in:
parent
96b921bc7a
commit
75c2a0e1eb
|
@ -9,6 +9,7 @@ SETUVAR Z_EXCLUDE:/home/glados
|
|||
SETUVAR __fish_init_2_39_8:\x1d
|
||||
SETUVAR __fish_init_2_3_0:\x1d
|
||||
SETUVAR __fish_init_3_x:\x1d
|
||||
SETUVAR __fish_initialized:3100
|
||||
SETUVAR fish_color_autosuggestion:555\x1ebrblack
|
||||
SETUVAR fish_color_cancel:\x2dr
|
||||
SETUVAR fish_color_command:\x2d\x2dbold
|
||||
|
@ -20,6 +21,7 @@ SETUVAR fish_color_error:brred
|
|||
SETUVAR fish_color_escape:bryellow\x1e\x2d\x2dbold
|
||||
SETUVAR fish_color_history_current:\x2d\x2dbold
|
||||
SETUVAR fish_color_host:normal
|
||||
SETUVAR fish_color_host_remote:yellow
|
||||
SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue
|
||||
SETUVAR fish_color_normal:normal
|
||||
SETUVAR fish_color_operator:bryellow
|
||||
|
@ -28,6 +30,7 @@ SETUVAR fish_color_quote:yellow
|
|||
SETUVAR fish_color_redirection:brblue
|
||||
SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack
|
||||
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
|
||||
SETUVAR fish_color_status:red
|
||||
SETUVAR fish_color_user:brgreen
|
||||
SETUVAR fish_color_valid_path:\x2d\x2dunderline
|
||||
SETUVAR fish_greeting:Welcome\x20to\x20fish\x2c\x20the\x20friendly\x20interactive\x20shell
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
# Defined in /tmp/fish.n7VMen/clean.fish @ line 2
|
||||
# Defined in /tmp/fish.ESAzKX/clean.fish @ line 2
|
||||
function clean
|
||||
s printf \
|
||||
j -c
|
||||
fc-cache -f -v
|
||||
se clean -y
|
||||
se dc -y
|
||||
se rmo -y
|
||||
se rdb -y
|
||||
s journalctl --vacuum-size=1K
|
||||
bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system.memory')
|
||||
s bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system.memory')
|
||||
rm -r ~/.cache/*
|
||||
rm -r ~/.nv/*
|
||||
rm -r ~/.local/share/nvim/swap/
|
||||
rm -r $D/Games/Emulators/*/canary
|
||||
rm -r $D/Games/Emulators/*/*og*
|
||||
s sync
|
||||
j -c
|
||||
fc-cache -f -v
|
||||
se clean -y
|
||||
se dc -y
|
||||
se rmo -y
|
||||
se rdb -y
|
||||
s journalctl --vacuum-size=1K
|
||||
bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system.memory')
|
||||
s bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system.memory')
|
||||
rm -r ~/.cache/*
|
||||
rm -r ~/.nv/*
|
||||
rm -r ~/.local/share/nvim/swap/
|
||||
rm -r $D/Games/Emulators/*/canary
|
||||
rm -r $D/Games/Emulators/*/*og*
|
||||
s sync
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Defined in /tmp/fish.kauClW/off.fish @ line 2
|
||||
# Defined in /tmp/fish.oNKIX3/off.fish @ line 2
|
||||
function off
|
||||
shutdown $argv; exit
|
||||
snyc; shutdown $argv; exit
|
||||
end
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Defined in /tmp/fish.QXVsWf/re.fish @ line 2
|
||||
function re
|
||||
systemctl reboot -i
|
||||
sync; systemctl reboot -i
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue