summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2021-10-17 15:36:51 -0400
committerAmin Bandali <bandali@gnu.org>2021-10-17 15:36:51 -0400
commit52b7a57ab5dea7e6f05be7d20f5a8918988f5a6f (patch)
tree512f7be08b3f9a9020d9d131a5b81381b4caf90f /.profile
parent8ab693f86a241e0531b22e04132290267a54e1ea (diff)
downloadconfigs-52b7a57ab5dea7e6f05be7d20f5a8918988f5a6f.tar.gz
configs-52b7a57ab5dea7e6f05be7d20f5a8918988f5a6f.tar.xz
configs-52b7a57ab5dea7e6f05be7d20f5a8918988f5a6f.zip
several uncommitted changes
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 8ef91c9..cebb4cf 100644
--- a/.profile
+++ b/.profile
@@ -10,7 +10,7 @@ fi
export EDITOR="emacsclient -nw"
export VISUAL="emcl"
-# PATH="$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/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"