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