diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-07 09:32:38 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 0beec026e9e9d57ee140d1d5ddc245f3ee7e2997 (patch) | |
tree | c0465e1d313d1a58d376e11265b6a17ccacc2b02 /zsh | |
parent | 41290250a6469a5864942df47d5b7dc9536f0e0a (diff) | |
download | dotfiles-0beec026e9e9d57ee140d1d5ddc245f3ee7e2997.tar.xz |
zsh: Set MANPATH to XDG_DATA_DIR in zprofile
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh')
-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 |