From e6c35b7b14ba815b82a7377f16b06801d68700ce Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 29 Jul 2022 17:04:24 -0500 Subject: bleh --- profile/manpath.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'profile/manpath.sh') diff --git a/profile/manpath.sh b/profile/manpath.sh index 944059c..9f310e8 100644 --- a/profile/manpath.sh +++ b/profile/manpath.sh @@ -1,15 +1,16 @@ # See 00_functions.sh for `path_add_unsafe'. path_add_unsafe MANPATH \ - "${XDG_DATA_HOME:-$HOME/.local/share}/man" \ - "$HOME/.local/local/man" \ - "$HOME/usr/local/man" + "${XDG_DATA_HOME:-$HOME/.local/share}/man" \ + "$HOME/.local/local/man" \ + "$HOME/usr/local/man" \ + "$HOME/usr/man" # $MANPATH ends with `:' so that manpath(1) will prepend it to its # special thing. case "$MANPATH" in - *:) ;; - *) MANPATH="$MANPATH:" ;; +*:) ;; +*) MANPATH="$MANPATH:" ;; esac export MANPATH -- cgit 1.4.1-21-gabe81