summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
author2026-02-05 11:12:32 +0300
committer2026-02-05 11:12:32 +0300
commit6f3697f4ce547fcdc069fe9aa6445c6aaec94e28 (patch)
tree44042e6956281fdfd57fde2926d1ba310c1ebf83 /zsh/.zshrc
parent03.12.25 (diff)
downloaddotfiles-master.tar.gz
dotfiles-master.tar.bz2
dotfiles-master.tar.xz
dotfiles-master.zip
nvim lazy updHEADmaster
Diffstat (limited to '')
-rw-r--r--zsh/.zshrc6
1 files changed, 5 insertions, 1 deletions
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