diff options
Diffstat (limited to '.zprofile')
| -rw-r--r-- | .zprofile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
