diff options
| author | 2026-02-05 11:12:32 +0300 | |
|---|---|---|
| committer | 2026-02-05 11:12:32 +0300 | |
| commit | 6f3697f4ce547fcdc069fe9aa6445c6aaec94e28 (patch) | |
| tree | 44042e6956281fdfd57fde2926d1ba310c1ebf83 /zsh | |
| parent | 03.12.25 (diff) | |
| download | dotfiles-master.tar.gz dotfiles-master.tar.bz2 dotfiles-master.tar.xz dotfiles-master.zip | |
Diffstat (limited to '')
| -rw-r--r-- | zsh/.zshrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -51,7 +51,7 @@ alias g=git alias share='wl-paste | curl -si -d @- https://nixshare.ru/paste/clipboard.txt | grep "location:" | sed -s "s/location: //" | wl-copy' alias p=python3 alias t=todo.sh -alias ed=gnome-text-editor +alias edit=gnome-text-editor alias open=xdg-open alias m=micro alias ev='nvim +/`date +"%Y-%m-%d"` ~/txt/calendar.txt' @@ -194,3 +194,7 @@ source ~/.config/zsh/theme.zsh [[ ! -f env.sh ]] || source ./env.sh [[ ! -f ~/.zshrc.local.zsh ]] || source ~/.zshrc.local.zsh # }}} + +export NVM_DIR="$HOME/.config/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 |
