diff --git a/config/fish/config.fish b/config/fish/config.fish index e0399df..2001320 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -2,8 +2,9 @@ if status is-interactive abbr -a reboot 'loginctl reboot' abbr -a shutdown 'loginctl poweroff' abbr -a esync 'sudo emerge --sync' - abbr -a enews 'eselect news read' - abbr -a sysupdate 'sudo emerge --update --newuse --deep @world' + abbr -a enews 'sudo eselect news read' + abbr -a eclean 'sudo emerge --depclean' + abbr -a eupdate 'sudo emerge --update --newuse --deep @world' alias ls 'lsd' alias cat 'bat' set -U fish_greeting "$(fortune -s -o)"