[zsh] remove hard coded $HOME path

legacy
Simon Bruder 2019-04-04 13:54:43 +00:00
parent 2a7f55f144
commit a25c86235e
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export NVM_DIR=$(realpath "$HOME/.nvm")
source "$NVM_DIR/nvm.sh"
## Python (pip)
export PATH="/home/simon/.local/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
## Lua