diff options
author | June McEnroe <june@causal.agency> | 2012-08-24 16:27:33 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-08-24 16:27:33 -0400 |
commit | 8427636b49f02f38b3048bfe80c701acf0cabeba (patch) | |
tree | d2cdc03d8e753183b3a26d64c9fe7c4544bd9501 | |
parent | Add my Tomorrow-Night-based theme (diff) | |
download | src-8427636b49f02f38b3048bfe80c701acf0cabeba.tar.gz src-8427636b49f02f38b3048bfe80c701acf0cabeba.zip |
Remove pkgfile hook
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc index be2f959d..3223a11f 100644 --- a/.zshrc +++ b/.zshrc @@ -43,7 +43,7 @@ source /etc/profile.d/autojump.zsh autoload colors zsh/terminfo colors -source /etc/profile.d/pkgfile-hook.sh +#source /etc/profile.d/pkgfile-hook.sh PATH=$PATH:~/bin export EDITOR=vim |