summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-10 09:40:20 -0500
committerMarc Coquand <marc@mccd.space>2024-05-10 09:40:20 -0500
commit9ac2b12a8ceb00d659ddd333be4cb7726905f76d (patch)
tree880b39ddafa471330eaae3ee3e7b97f41deff27a /bashrc
parent19a3dd648f2e6bdb6be5003b5a7505d30c1072eb (diff)
downloadrcm-9ac2b12a8ceb00d659ddd333be4cb7726905f76d.tar.gz
rcm-9ac2b12a8ceb00d659ddd333be4cb7726905f76d.tar.bz2
rcm-9ac2b12a8ceb00d659ddd333be4cb7726905f76d.zip
Bash: Updates
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index ad20cb5..3527b1b 100644
--- a/bashrc
+++ b/bashrc
@@ -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