aboutsummaryrefslogtreecommitdiffstats
path: root/shell/bash/.bashrc
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-07-02 02:09:46 +0200
committerphilw <dscr@duck.com>2024-07-02 02:09:46 +0200
commit5529342a2d561146ecd481c69624b0eae2003340 (patch)
treefbaed06f7f8af21250b04f5f90fed9801e94274a /shell/bash/.bashrc
parent7e5059be8664603f3150f08e660e4c9aa574a457 (diff)
parent867b2452ccf08e2fc1e1ddb8a437f39b2b6756ad (diff)
downloaddotfiles-5529342a2d561146ecd481c69624b0eae2003340.tar.gz
dotfiles-5529342a2d561146ecd481c69624b0eae2003340.zip
Update project
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)