[zsh] remove hard coded $HOME path
This commit is contained in:
parent
2a7f55f144
commit
a25c86235e
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue