summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-06-18 21:58:23 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-06-18 21:58:23 -0400
commita03be895e586010986a90742b885a742310d2a89 (patch)
treef8760709587604cb40c78c9390014a6f18ccda41 /.zprofile
parentf9ff2f77f0009dba2c8278f79399afb2f8157418 (diff)
fix hyprland launch and git ps1
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
new file mode 100644
index 0000000..4c47666
--- /dev/null
+++ b/.zprofile
@@ -0,0 +1,5 @@
+export PATH="$HOME/dotfiles/scripts/:$PATH"
+
+if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
+ exec dbus-launch --exit-with-session Hyprland
+fi