Use starship

This commit is contained in:
js0ny 2024-11-12 15:28:44 +00:00
parent e440b85d84
commit 1b66571411
14 changed files with 967 additions and 97 deletions

View file

@ -4,4 +4,6 @@ alias ..="cd .."
alias ...="cd ../.."
alias ....="cd ../../.."
alias .....="cd ../../../.."
alias ......="cd ../../../../.."
alias ......="cd ../../../../.."
eval "$(zoxide init zsh)"

1
zsh/prompt.zsh Normal file
View file

@ -0,0 +1 @@
eval "$(starship init zsh)"