add starship promt

This commit is contained in:
Alexander Navarro 2023-06-04 22:45:14 -04:00
parent 5ae7ddea38
commit 23dc5489a1
5 changed files with 166 additions and 26 deletions

View file

@ -63,13 +63,8 @@ plugins=(
fd
fzf
git
git-prompt
ripgrep
safe-paste # don't run code when pasting
systemd
# tmux
# vi-mode
yarn
z
zsh-autocomplete
zsh-autopair
@ -119,3 +114,5 @@ fi
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
eval "$(starship init zsh)"