summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-02 20:31:03 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-02 20:31:03 -0400
commitc3387fdfdb44d61260e23272c113b69823e85c59 (patch)
treee266df900325f21e3f9f9b995a48f3d1543c9da3 /.zprofile
parent18a67326bdf8b16dfc0fc14d641b312d879a18c2 (diff)
config improvements
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zprofile b/.zprofile
index 486497e..6469320 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,5 +1,6 @@
export PATH="$HOME/dotfiles/scripts/:$PATH"
-export EDITOR="/bin/nvim"
+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