diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-10 08:24:41 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-10 08:24:41 +0200 |
commit | 973920045cc1522d6774de4d8d9905d285487bb0 (patch) | |
tree | d8fe8a29d432635dae9afe884b0d2234d9a4dafd /dotfiles | |
parent | d9487b823957305fd92fc80dcceb3a008810d53f (diff) | |
download | dotfiles_dotdrop-973920045cc1522d6774de4d8d9905d285487bb0.tar.xz dotfiles_dotdrop-973920045cc1522d6774de4d8d9905d285487bb0.zip |
Add phpbrew
Diffstat (limited to 'dotfiles')
-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' |