summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@proton.me>2024-10-01 15:41:38 -0400
committerJackJ30 <jackqjamison@proton.me>2024-10-01 15:41:38 -0400
commit87d1769dcbdd5fe5e5ebde8f2bc6e490611947cb (patch)
tree8ae44369af3c2b05bf64b47dde51b42dc47ad400 /.bash_profile
parente4d544ff68a1885be156230afae09d0f96024c9e (diff)
I'm going through changes
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index a70742b..81ae1ca 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -4,7 +4,8 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
-export PATH=$PATH:$HOME/.dotfiles/scripts
+export PATH="$PATH:$HOME/.dotfiles/scripts"
+export PATH="$PATH:/home/jack/.dotnet/tools"
if [[ -t 0 && $(tty) == /dev/tty1 && ! $DISPLAY ]]; then
exec dbus-launch --exit-with-session Hyprland