diff --git a/zsh/.zshrc b/zsh/.zshrc index 02e0476..8cf1c9e 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -166,8 +166,8 @@ export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin [ -f .aliases ] && source .aliases # fnm -if [ -f ~/.local/share/fnm ] +if [ -d /home/tim/.local/share/fnm ] then - export PATH="~/.local/share/fnm:$PATH" + export PATH="/home/tim/.local/share/fnm:$PATH" eval "`fnm env`" fi