From 6f3697f4ce547fcdc069fe9aa6445c6aaec94e28 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Thu, 5 Feb 2026 11:12:32 +0300 Subject: nvim lazy upd --- zsh/.zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 3a8076e..1062374 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 -- cgit v1.2.3