diff options
| author | JackJ30 <jackqjamison@proton.me> | 2024-10-12 21:39:45 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@proton.me> | 2024-10-12 21:39:45 -0400 |
| commit | ae201197d96cc3989773da7dfd66b3e7291fe16f (patch) | |
| tree | 7f2e21248bedea4488c042083645285538fec662 /.bash_profile | |
| parent | 84012003fe1b7a6ef5c20f132d851792e72de5fa (diff) | |
shortcuts and other changes
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
