diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 9b12c8d..18f3275 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -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 diff --git a/.config/fish/functions/clean.fish b/.config/fish/functions/clean.fish index 11e20e0..e426f63 100644 --- a/.config/fish/functions/clean.fish +++ b/.config/fish/functions/clean.fish @@ -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 diff --git a/.config/fish/functions/off.fish b/.config/fish/functions/off.fish index f677437..2c2b51b 100644 --- a/.config/fish/functions/off.fish +++ b/.config/fish/functions/off.fish @@ -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 diff --git a/.config/fish/functions/re.fish b/.config/fish/functions/re.fish index 79571f2..722b83b 100644 --- a/.config/fish/functions/re.fish +++ b/.config/fish/functions/re.fish @@ -1,3 +1,4 @@ +# Defined in /tmp/fish.QXVsWf/re.fish @ line 2 function re - systemctl reboot -i + sync; systemctl reboot -i end