From ae201197d96cc3989773da7dfd66b3e7291fe16f Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Sat, 12 Oct 2024 21:39:45 -0400 Subject: shortcuts and other changes --- .bash_profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 81ae1ca..d737e42 100644 --- a/.bash_profile +++ b/.bash_profile @@ -5,7 +5,8 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc export PATH="$PATH:$HOME/.dotfiles/scripts" -export PATH="$PATH:/home/jack/.dotnet/tools" +export PATH="$PATH:$HOME/.dotnet/tools" +export PATH="$PATH:$HOME/.dotfiles/shortcuts" if [[ -t 0 && $(tty) == /dev/tty1 && ! $DISPLAY ]]; then exec dbus-launch --exit-with-session Hyprland -- cgit v1.2.3