summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-10-11 21:54:49 -0400
committerAmin Bandali <bandali@gnu.org>2020-10-11 21:54:49 -0400
commit5fc03b0db7cb90e19ae72ff34b2651555d8f1ad7 (patch)
treee4abef32286911fe28ed42f2fd54373e2c315156 /.profile
parent655d9048326e1279f753b087cda9ce5b616056b7 (diff)
downloadconfigs-5fc03b0db7cb90e19ae72ff34b2651555d8f1ad7.tar.gz
configs-5fc03b0db7cb90e19ae72ff34b2651555d8f1ad7.tar.xz
configs-5fc03b0db7cb90e19ae72ff34b2651555d8f1ad7.zip
Changes from new Parabola setup
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.profile b/.profile
index 6bcab82..11aaabe 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"
@@ -75,7 +75,7 @@ for p in $MY_GUIX_PROFILES/*; do
unset profile
done
-export PATH="$HOME/usr/local/bin:$HOME/.local/bin:$PATH"
+export PATH="$HOME/u/local/bin:$HOME/.local/bin:$PATH"
# start an ssh-agent (with guix's openssh)
if [ -z "$IS_GUIX_SYSTEM" ]; then