diff --git a/templates/zshrc-linux.zsh b/templates/zshrc-linux.zsh index 0a1e264b7..7807cb9ad 100644 --- a/templates/zshrc-linux.zsh +++ b/templates/zshrc-linux.zsh @@ -42,6 +42,7 @@ if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi +if [ -e $HOME/.cabal/bin ]; then export PATH="$HOME/.cabal/bin:$PATH"; fi unsetopt correctall [ "$TERM" = "xterm" ] && TERM="xterm-256color"