diff --git a/dot_zshrc b/dot_zshrc index 890a9c1..5ce20dd 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -16,7 +16,7 @@ bindkey -M emacs '^[[1;5D' backward-word # ctrl +  = move cursor to start bindkey -M emacs '^[[1;5C' forward-word # ctrl +  = move cursor to end of next word # fnm -FNM_PATH="/home/bad/.local/share/fnm" +FNM_PATH="$HOME/.local/share/fnm" if [ -d "$FNM_PATH" ]; then export PATH="$FNM_PATH:$PATH" eval "`fnm env`"