diff --git a/zsh/.zshrc b/zsh/.zshrc index c0b586e..2663aa0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -85,11 +85,11 @@ export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin #export KUBECONFIG #if [ $commands[kubectl] ]; then source <(kubectl completion zsh); fi -[ -f .aliases ] && source .aliases +[ -f $HOME/.aliases ] && source $HOME/.aliases # fnm -if [ -d /home/tim/.local/share/fnm ] +if [ -d $HOME/.local/share/fnm ] then - export PATH="/home/tim/.local/share/fnm:$PATH" + export PATH=$HOME/.local/share/fnm:$PATH eval "`fnm env`" fi