diff options
| author | 2025-11-21 14:50:30 -0500 | |
|---|---|---|
| committer | 2025-11-21 14:50:30 -0500 | |
| commit | 61c027738785e0585202b7b3a828e05344510f66 (patch) | |
| tree | 1a900c432c62b74e0e66d6f8f346030af8b187ec /files/shell/profile | |
| parent | 44edb4b57655de5b21c51d0471e2ea02ac469c0c (diff) | |
| download | dotfiles-61c027738785e0585202b7b3a828e05344510f66.tar.gz dotfiles-61c027738785e0585202b7b3a828e05344510f66.tar.bz2 dotfiles-61c027738785e0585202b7b3a828e05344510f66.zip | |
Tweaks
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 |