aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/functions/man.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/functions/man.fish b/share/functions/man.fish
index 4664a804..cb11d655 100644
--- a/share/functions/man.fish
+++ b/share/functions/man.fish
@@ -1,4 +1,5 @@
function man --description "Format and display the on-line manual pages"
+
# Work around OS X's "builtin" manpage that everything symlinks to,
# by prepending our fish datadir to man. This also ensures that man gives fish's
# man pages priority, without having to put fish's bin directories first in $PATH