added ecommand aliases
This commit is contained in:
parent
7e7744df6c
commit
14398a5b1e
1 changed files with 3 additions and 2 deletions
|
|
@ -2,8 +2,9 @@ if status is-interactive
|
||||||
abbr -a reboot 'loginctl reboot'
|
abbr -a reboot 'loginctl reboot'
|
||||||
abbr -a shutdown 'loginctl poweroff'
|
abbr -a shutdown 'loginctl poweroff'
|
||||||
abbr -a esync 'sudo emerge --sync'
|
abbr -a esync 'sudo emerge --sync'
|
||||||
abbr -a enews 'eselect news read'
|
abbr -a enews 'sudo eselect news read'
|
||||||
abbr -a sysupdate 'sudo emerge --update --newuse --deep @world'
|
abbr -a eclean 'sudo emerge --depclean'
|
||||||
|
abbr -a eupdate 'sudo emerge --update --newuse --deep @world'
|
||||||
alias ls 'lsd'
|
alias ls 'lsd'
|
||||||
alias cat 'bat'
|
alias cat 'bat'
|
||||||
set -U fish_greeting "$(fortune -s -o)"
|
set -U fish_greeting "$(fortune -s -o)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue