Added fish shell config
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Sets Path
|
||||
set -gx PATH ~/.local/bin $PATH
|
||||
|
||||
# Sets aliases
|
||||
alias ls='exa -lh'
|
||||
alias sudo=doas
|
||||
alias push='git push'
|
||||
alias pull='git pull'
|
||||
|
||||
# Sets prompt
|
||||
starship init fish | source
|
||||
|
||||
# Launches uwufetch
|
||||
uwufetch
|
||||
Reference in New Issue
Block a user