X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/655d9048326e1279f753b087cda9ce5b616056b7..5fc03b0db7cb90e19ae72ff34b2651555d8f1ad7:/.profile 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