X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/9867e4bbee2bcfe7050b0c9d98cbf72653f658ac..b4026315d11def205f0d2d6e9ad698bd75c3a5ad:/.profile diff --git a/.profile b/.profile index 8ef91c9..2644551 100644 --- a/.profile +++ b/.profile @@ -9,8 +9,9 @@ fi export EDITOR="emacsclient -nw" export VISUAL="emcl" +export GPG_TTY=$(tty) -# 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"