Added fish shell config

This commit is contained in:
hellisabove
2023-06-24 13:53:03 +03:00
parent 08c67becf9
commit f55c7f1a60
3 changed files with 45 additions and 0 deletions
+14
View File
@@ -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