summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2014-10-14 01:05:25 -0400
committerJune McEnroe <june@causal.agency>2014-10-14 01:05:25 -0400
commita212feb1e04c93937b0c56ca40fbe15534bee52a (patch)
tree78d9db95b9b725edcd588c9f4ffc2b9879761e53 /.zshrc
parentRemove bin (diff)
downloadsrc-a212feb1e04c93937b0c56ca40fbe15534bee52a.tar.gz
src-a212feb1e04c93937b0c56ca40fbe15534bee52a.zip
Add ~/.bin to the path
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
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