dotfiles/config/fish/config.fish
2026-04-30 09:37:14 +02:00

10 lines
311 B
Fish

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'
alias ls 'lsd'
alias cat 'bat'
set -U fish_greeting "$(fortune -s -o)"
end