From c3387fdfdb44d61260e23272c113b69823e85c59 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 2 Oct 2025 20:31:03 -0400 Subject: config improvements --- .zprofile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.zprofile') 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 -- cgit v1.2.3