about summary refs log tree commit diff stats
path: root/profile/manpath.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/manpath.sh')
-rw-r--r--profile/manpath.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/profile/manpath.sh b/profile/manpath.sh index 9f310e8..b52f5f8 100644 --- a/profile/manpath.sh +++ b/profile/manpath.sh
@@ -1,10 +1,10 @@
1# See 00_functions.sh for `path_add_unsafe'. 1# See 00_functions.sh for `path_add_unsafe'.
2 2
3path_add_unsafe MANPATH \ 3path_add_unsafe MANPATH \
4 "${XDG_DATA_HOME:-$HOME/.local/share}/man" \ 4 "${XDG_DATA_HOME:-$LOCAL_PREFIX/share}/man" \
5 "$HOME/.local/local/man" \ 5 "$LOCAL_PREFIX/local/man" \
6 "$HOME/usr/local/man" \ 6 "$LOCAL_PATH/local/man" \
7 "$HOME/usr/man" 7 "$LOCAL_PATH/man"
8 8
9# $MANPATH ends with `:' so that manpath(1) will prepend it to its 9# $MANPATH ends with `:' so that manpath(1) will prepend it to its
10# special thing. 10# special thing.