summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-05-13 19:32:22 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-05-13 19:32:22 -0400
commit2f3f91682f7b4a33f1791781bfa8eca4f7c9527a (patch)
treeeaf91e90301d87363bcb22dcd5c2253e0b0bad6d /.zprofile
parentbe8c956b0e819f2db0c6ae3598b6590b62982a83 (diff)
new system on gentoo
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile7
1 files changed, 0 insertions, 7 deletions
diff --git a/.zprofile b/.zprofile
deleted file mode 100644
index 981c155..0000000
--- a/.zprofile
+++ /dev/null
@@ -1,7 +0,0 @@
-export PATH="$HOME/dotfiles/scripts/:/usr/local/lib:$HOME/path:$HOME/opt/Odin:$PATH"
-export EDITOR="/bin/emacs"
-export GHIDRA_INSTALL_DIR="/usr/local/bin/ghidraFiles"
-
-if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
- exec dbus-launch --exit-with-session Hyprland
-fi