Skip to content

Commit

Permalink
zsh: explicit cabal paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanzhang committed Mar 17, 2013
1 parent 8a5be24 commit 6016b95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zsh/zshrc
Expand Up @@ -33,7 +33,9 @@ plugins=(git)

source $ZSH/oh-my-zsh.sh

export PATH=$HOME/Library/Haskell/ghc-7.4.1/lib/cabal-dev-0.9.1/bin:$HOME/.rbenv/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/texbin:/usr/X11/bin:/opt/local/lib/postgresql84/bin
export PATH=/usr/local/bin:/usr/local/git/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/X11/bin
export PATH=$HOME/Library/Haskell/ghc-7.4.1/lib/cabal-install-1.16.0.2/bin:$PATH
export PATH=$HOME/Library/Haskell/ghc-7.4.1/lib/cabal-dev-0.9.2/bin:$HOME/.rbenv/bin:$PATH:/opt/local/lib/postgresql84/bin

PROMPT='%{$fg[yellow]%}λ %{$fg[green]%}${PWD/#$HOME/~} %{$fg[yellow]%}→ $(git_prompt_info)%{$reset_color%}'

Expand Down

0 comments on commit 6016b95

Please sign in to comment.