summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
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