multiple changes

* Switch back to starship from powerline
* Switch from n to nvm
* Other random stuff
This commit is contained in:
2021-09-24 07:17:17 -04:00
parent 7ea0070a5f
commit df12e9a58c
9 changed files with 57 additions and 34 deletions

6
.zshrc
View File

@@ -107,8 +107,4 @@ source $ZSH/oh-my-zsh.sh
# uninstall by removing these lines
# [ -f ~/.config/tabtab/__tabtab.fish ]; and . ~/.config/tabtab/__tabtab.fish; or true
# source <("/usr/local/bin/starship" init zsh --print-full-init)
export NVM_DIR="$HOME/.nvm"
[ -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
source <("/usr/local/bin/starship" init zsh --print-full-init)