From 0beec026e9e9d57ee140d1d5ddc245f3ee7e2997 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 7 Oct 2016 09:32:38 +0200 Subject: zsh: Set MANPATH to XDG_DATA_DIR in zprofile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/.zprofile | 1 + zsh/profile-leeloo | 1 - zsh/profile-zorg | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) (limited to 'zsh') 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 -- cgit v1.2.3-54-g00ecf