diff options
Diffstat (limited to 'dotfiles/zshrc')
-rwxr-xr-x | dotfiles/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/zshrc b/dotfiles/zshrc index c5462bb..0e034d4 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -24,7 +24,7 @@ export EDITOR=nvim #export PHPBREW_SET_PROMPT=1 #export PHPBREW_RC_ENABLE=1 -source /home/neodarz/.phpbrew/bashrc +source ~/.phpbrew/bashrc # project maanger prm alias prm='. ~/.prm-bin/prm.sh' |