diff options
author | Amin Bandali <bandali@gnu.org> | 2020-10-11 21:54:49 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-10-11 21:54:49 -0400 |
commit | 5fc03b0db7cb90e19ae72ff34b2651555d8f1ad7 (patch) | |
tree | e4abef32286911fe28ed42f2fd54373e2c315156 /.profile | |
parent | 655d9048326e1279f753b087cda9ce5b616056b7 (diff) | |
download | configs-5fc03b0db7cb90e19ae72ff34b2651555d8f1ad7.tar.gz configs-5fc03b0db7cb90e19ae72ff34b2651555d8f1ad7.tar.xz configs-5fc03b0db7cb90e19ae72ff34b2651555d8f1ad7.zip |
Changes from new Parabola setup
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |