summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-09-01 20:57:56 -0400
committerAmin Bandali <bandali@gnu.org>2019-09-01 20:57:56 -0400
commita71a12e16a9d94484e15141b4dea7f37f4091abd (patch)
tree7d65fb09c9dd8ba0bc4d5f03fab3b96c06c3f583 /.profile
parentca79fa96a8ff32996afe678089f446d57bf85260 (diff)
downloadconfigs-a71a12e16a9d94484e15141b4dea7f37f4091abd.tar.gz
configs-a71a12e16a9d94484e15141b4dea7f37f4091abd.tar.xz
configs-a71a12e16a9d94484e15141b4dea7f37f4091abd.zip
shell: set INFOPATH properly
Diffstat (limited to '')
-rw-r--r--.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.profile b/.profile
index 883d1a7..c812eb9 100644
--- a/.profile
+++ b/.profile
@@ -10,13 +10,15 @@ fi
export EDITOR="emacsclient -nw"
export VISUAL="emcl"
-PATH="$HOME/bin:$HOME/.local/bin:$PATH"
+PATH="$HOME/usr/local/bin:$HOME/.local/bin:$PATH"
PATH="$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin:$PATH"
if [ -z "$IS_GUIX_SYSTEM" ]; then
PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH"
+ INFOPATH="$HOME/.config/guix/current/share/info${INFOPATH:+:}$INFOPATH"
export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
fi
export PATH
+export INFOPATH
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"