summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorJack Jamison <53350163+JackJ30@users.noreply.github.com>2024-11-09 14:09:38 -0500
committerGitHub <noreply@github.com>2024-11-09 14:09:38 -0500
commit2d4198da6a59e52278255d22e7aba394b3ce1688 (patch)
treee16ab66261797c06580679daffc13ef1b6ffd0cb /.bash_profile
parente70986a9c299f004aa290bde0ec430ca864f7e74 (diff)
parentddd43ed96249932652c7427dbdbbac92e5ef49ed (diff)
Merge pull request #1 from JackJ30/laptop
Merge Laptop, it's my main workspace now
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile13
1 files changed, 13 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
new file mode 100644
index 0000000..d737e42
--- /dev/null
+++ b/.bash_profile
@@ -0,0 +1,13 @@
+#
+# ~/.bash_profile
+#
+
+[[ -f ~/.bashrc ]] && . ~/.bashrc
+
+export PATH="$PATH:$HOME/.dotfiles/scripts"
+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
+fi