mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 23:08:00 +00:00
Fix the setting of $manpath in haskell
This commit is contained in:
parent
fb4ffd9883
commit
20d7ec0ab8
@ -16,6 +16,6 @@ if [[ "$OSTYPE" == darwin* ]]; then
|
|||||||
manpath=($HOME/Library/Haskell/man(/N) $manpath)
|
manpath=($HOME/Library/Haskell/man(/N) $manpath)
|
||||||
else
|
else
|
||||||
path=($HOME/.cabal/bin(/N) $path)
|
path=($HOME/.cabal/bin(/N) $path)
|
||||||
manpath=($HOME/.cabal/man(/N) $path)
|
manpath=($HOME/.cabal/man(/N) $manpath)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user