added ecommand aliases

This commit is contained in:
Zhongheng Liu 2026-04-30 10:42:11 +02:00
commit 14398a5b1e

View file

@ -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)"