summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
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