Fixed setting manpath to path when adding cabal manpages to manpath
This commit is contained in:
parent
fb4ffd9883
commit
d63ae58d3d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue