add starship promt
This commit is contained in:
parent
5ae7ddea38
commit
23dc5489a1
5 changed files with 166 additions and 26 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue