diff options
-rw-r--r-- | zsh/.zprofile | 1 | ||||
-rw-r--r-- | zsh/profile-leeloo | 1 | ||||
-rw-r--r-- | zsh/profile-zorg | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index 37bfee6..84b7064 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -14,6 +14,7 @@ export GNUPGHOME="$XDG_CONFIG_HOME"/gnupg export GALE_DIR="$XDG_CONFIG_HOME"/gale export HTTPIE_CONFIG_DIR="$XDG_CONFIG_HOME"/httpie export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/password-store +export MANPATH="$(manpath)":"$XDG_DATA_HOME"/man # Config overrides export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc-2.0 diff --git a/zsh/profile-leeloo b/zsh/profile-leeloo index 20c5f72..5059cfe 100644 --- a/zsh/profile-leeloo +++ b/zsh/profile-leeloo @@ -13,7 +13,6 @@ if (( UID )); then source "$HOME"/misc/grawity/code/kerberos/kc.sh export MAILDIR="$HOME"/mail - export MANPATH="$(manpath)":"$HOME"/.local/share/man fi # vim: ft=zsh diff --git a/zsh/profile-zorg b/zsh/profile-zorg index 6339005..b9d418b 100644 --- a/zsh/profile-zorg +++ b/zsh/profile-zorg @@ -11,7 +11,6 @@ if (( UID )); then } export MAILDIR="$HOME"/mail - export MANPATH="$(manpath)":"$HOME"/.local/share/man fi # vim: ft=zsh |