From a212feb1e04c93937b0c56ca40fbe15534bee52a Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 14 Oct 2014 01:05:25 -0400 Subject: Add ~/.bin to the path --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1