feat(shell): use fish instead zsh
This commit is contained in:
10
fish/config.fish
Normal file
10
fish/config.fish
Normal file
@@ -0,0 +1,10 @@
|
||||
starship init fish | source
|
||||
|
||||
alias du="ncdu"
|
||||
alias cat="bat"
|
||||
alias ls="lsd"
|
||||
alias vi="~/.local/bin/lvim"
|
||||
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
Reference in New Issue
Block a user