From 52b7a57ab5dea7e6f05be7d20f5a8918988f5a6f Mon Sep 17 00:00:00 2001
From: Amin Bandali <bandali@gnu.org>
Date: Sun, 17 Oct 2021 15:36:51 -0400
Subject: several uncommitted changes

---
 .profile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.profile')

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"
-- 
cgit v1.2.3-83-g751a