diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-14 16:57:58 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 6e44cecdf73c2015c98cabca791240b7ff1120cb (patch) | |
tree | 8cd6fe8d97ebf69855b658d95d02ac9ff476e150 /zsh | |
parent | 9008640b142d0dc106d96dfcfd2b9d5d45109a94 (diff) | |
download | dotfiles-6e44cecdf73c2015c98cabca791240b7ff1120cb.tar.xz |
zprofile: Drop MANPATH
Apparently man already adds <dir>/man and <dir>/../man for everything in
$PATH.
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zprofile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index 84b7064..37bfee6 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -14,7 +14,6 @@ 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 |