diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-10 09:40:20 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-10 09:40:20 -0500 |
commit | 9ac2b12a8ceb00d659ddd333be4cb7726905f76d (patch) | |
tree | 880b39ddafa471330eaae3ee3e7b97f41deff27a /bashrc | |
parent | 19a3dd648f2e6bdb6be5003b5a7505d30c1072eb (diff) | |
download | rcm-9ac2b12a8ceb00d659ddd333be4cb7726905f76d.tar.gz rcm-9ac2b12a8ceb00d659ddd333be4cb7726905f76d.tar.bz2 rcm-9ac2b12a8ceb00d659ddd333be4cb7726905f76d.zip |
Bash: Updates
Diffstat (limited to '')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,6 +36,6 @@ PS1=' $(parse_git_branch)\W. ' eval "$(zoxide init bash)" eval "$(direnv hook bash)" -export PATH=$PATH:"~/.local/bin" +export PATH=${PATH}:~/.local/bin export GPG_TTY=/dev/pts/0 gpg-connect-agent updatestartuptty /bye >/dev/null |