summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@gmail.com>2025-03-31 02:29:26 -0400
committerJackJ30 <jackqjamison@gmail.com>2025-03-31 02:29:26 -0400
commit9c97bd0d524465c0a2615147857468c3aef7fd57 (patch)
tree17e0eeae8ae260bea5c93e020004315bde70a41c /.bash_profile
parent957cb8377c8fb5eafa94dc171614a1308b00f417 (diff)
quick fixes
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile
index 3f8c443..b7a9520 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -4,8 +4,8 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
-export PATH="$PATH:$HOME/.dotfiles/scripts"
-export PATH="$PATH:$HOME/.dotfiles/shortcuts"
+export PATH="$PATH:$HOME/dotfiles/scripts"
+export PATH="$PATH:$HOME/dotfiles/shortcuts"
export PATH="$PATH:$HOME/.cargo/bin"
if [[ -t 0 && $(tty) == /dev/tty1 && ! $DISPLAY ]]; then