summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2024-02-05 17:21:47 -0800
committerTyler Davis <tyler@gluecode.net>2024-02-05 17:21:47 -0800
commitfb2ef9328990070c5eb48434c4c3f1bfa830d3f6 (patch)
tree78d689290ae3e6db6fcdf893846e895f006674e5 /.profile
parentc131f437d820159b73d9c4c63e1b2eef0dd5f0c2 (diff)
downloaddotfiles-fb2ef9328990070c5eb48434c4c3f1bfa830d3f6.tar.gz
dotfiles-fb2ef9328990070c5eb48434c4c3f1bfa830d3f6.zip
profile: fix hardcoded ref
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 646e61b..57f73c4 100644
--- a/.profile
+++ b/.profile
@@ -38,7 +38,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
export AWS_SDK_LOAD_CONFIG=1
# Add Local bin
- export PATH=$PATH:/Users/tydavis/.local/bin
+ export PATH=$PATH:$HOME/.local/bin
# Unlock Keychain cli
alias unlock='security unlock-keychain ~/Library/Keychains/login.keychain'