stuff
This commit is contained in:
@ -33,3 +33,4 @@ 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
|
||||
|
||||
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|
||||
|
@ -24,6 +24,7 @@ zplug "plugins/docker-compose", from:oh-my-zsh;
|
||||
zplug "plugins/docker", from:oh-my-zsh;
|
||||
zplug "plugins/rsync", from:oh-my-zsh;
|
||||
zplug "plugins/safepaste", from:oh-my-zsh;
|
||||
zplug "mattberther/zsh-pyenv"
|
||||
|
||||
zplug "Tarrasch/zsh-autoenv" # Expects .autoenv.zsh or .autoenv_leave.zsh
|
||||
zplug "zsh-users/zsh-syntax-highlighting", defer:2
|
||||
|
Reference in New Issue
Block a user