commit 0c599fdc36f68b77a87d5bfb213fb83dc6f382fe
parent cd3a9a6f747d86824e1a51f82cf0edba3c63b49d
Author: rsiddharth <s@ricketyspace.net>
Date: Sat, 12 May 2018 20:26:17 +0000
.zshenv: Remove INFOPATH.
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/.zshenv b/.zshenv
@@ -25,9 +25,6 @@ export GUIX_LOCPATH=${HOME}'/.guix-profile/lib/locale'
export GUIX_PROFILE=${HOME}'/.guix-profile'
. ${HOME}'/.guix-profile/etc/profile'
-# add guix info path
-export INFOPATH=${GUIX_PROFILE}'/share/info:'
-
# golang
export GOPATH=~/v/lang/go