commit 00e8b7f28d42747dad6a93ba933209119e83bed3 parent c995b21965b8e5d0e6c3de92045c5b0eeef37466 Author: Anders Damsgaard <adc@geo.au.dk> Date: Tue, 22 Jan 2013 13:15:23 +0100 Added julia to path Diffstat:
M | .zshrc | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.zshrc b/.zshrc @@ -42,5 +42,6 @@ export PATH=$HOME/bin:$PATH export PATH=~/bin:$PATH export PATH=~/code/metasploit:$PATH export PATH=~/.gem/ruby/1.9.1/bin:$PATH +export PATH=~/code/julia:$PATH export EDITOR=vim