diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-24 14:07:10 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-24 14:07:10 +0100 |
| commit | 5da0902c8d705b2ad5c0baa7ff62cb459b02ea5e (patch) | |
| tree | e7b9b70efa645eae6baac31f046a17ea5381e549 /.config/zsh | |
| parent | aa1f306e5a2bb49022dfcb327100fb71ef10055e (diff) | |
updated
Diffstat (limited to '.config/zsh')
| -rw-r--r-- | .config/zsh/.zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index ec2f9e0..b63c931 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -84,7 +84,10 @@ setopt pushd_silent setopt pushd_ignore_dups setopt pushd_minus -macchina +neofetch + +[ -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 $XDG_CONFIG_HOME/.dircolors ]; then eval "$(dircolors -b $XDG_CONFIG_HOME/.dircolors)" |
