diff options
Diffstat (limited to 'files/shell/profile')
| -rw-r--r-- | files/shell/profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/shell/profile b/files/shell/profile index fc677a7..f0f0cac 100644 --- a/files/shell/profile +++ b/files/shell/profile @@ -1,7 +1,7 @@ export PATH="$PATH:$HOME/.local/bin" -#export GPG_TTY=$(tty) +export GPG_TTY=$(tty) unset SSH_AGENT_PID if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" fi -export MAIN_MONITOR=DP-1 +#export MAIN_MONITOR=DP-1 |