Browse Source

Fix the setting of $manpath in haskell

master
Roman A. Taycher 12 years ago committed by Sorin Ionescu
parent
commit
20d7ec0ab8
  1. 2
      modules/haskell/init.zsh

2
modules/haskell/init.zsh

@ -16,6 +16,6 @@ if [[ "$OSTYPE" == darwin* ]]; then @@ -16,6 +16,6 @@ if [[ "$OSTYPE" == darwin* ]]; then
manpath=($HOME/Library/Haskell/man(/N) $manpath)
else
path=($HOME/.cabal/bin(/N) $path)
manpath=($HOME/.cabal/man(/N) $path)
manpath=($HOME/.cabal/man(/N) $manpath)
fi

Loading…
Cancel
Save