Fix rc path for real
This commit is contained in:
parent
a094247c9a
commit
2b3aac93bc
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -14,7 +14,7 @@ export PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:~/bin
|
|||
|
||||
|
||||
# Get rc dir path
|
||||
RC_PATH=$(dirname "$(readlink -f $0)")
|
||||
RC_PATH=$(dirname "$(readlink -f ${(%):-%x})")
|
||||
|
||||
# Mise à jour automatique à partir du repo distant
|
||||
|
||||
|
|
Loading…
Reference in a new issue