aboutsummaryrefslogtreecommitdiffstats
path: root/shell/bash
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell/bash/.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/bash/.bashrc b/shell/bash/.bashrc
index 289d237..b921287 100644
--- a/shell/bash/.bashrc
+++ b/shell/bash/.bashrc
@@ -98,3 +98,5 @@ esac
98. "$HOME/.cargo/env" 98. "$HOME/.cargo/env"
99# export PATH=$PATH:$(xdg-user-dir USER)/.local/bin 99# export PATH=$PATH:$(xdg-user-dir USER)/.local/bin
100# export PATH=$PATH:$(xdg-user-dir USER)/.local/bin 100# export PATH=$PATH:$(xdg-user-dir USER)/.local/bin
101
102export GPG_TTY=$(tty)