init .config git tracking
This commit is contained in:
commit
114c330966
151 changed files with 4688 additions and 0 deletions
10
config/fish/config.fish
Normal file
10
config/fish/config.fish
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue