diff options
author | June McEnroe <june@causal.agency> | 2014-10-14 01:05:25 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2014-10-14 01:05:25 -0400 |
commit | a212feb1e04c93937b0c56ca40fbe15534bee52a (patch) | |
tree | 78d9db95b9b725edcd588c9f4ffc2b9879761e53 /.zsh | |
parent | Remove bin (diff) | |
download | src-a212feb1e04c93937b0c56ca40fbe15534bee52a.tar.gz src-a212feb1e04c93937b0c56ca40fbe15534bee52a.zip |
Add ~/.bin to the path
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc index fa2d600c..44b5da87 100644 --- a/.zshrc +++ b/.zshrc @@ -68,7 +68,7 @@ source ~/.zsh/aliases.zsh # Environment export EDITOR=vim -osx && PATH=$PATH:~/bin +osx && PATH=$PATH:~/.bin osx && export CLICOLOR=1 # Prompt |