From 9c97bd0d524465c0a2615147857468c3aef7fd57 Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Mon, 31 Mar 2025 02:29:26 -0400 Subject: quick fixes --- .bash_profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.bash_profile') 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 -- cgit v1.2.3