diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-02 20:31:03 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-02 20:31:03 -0400 |
| commit | c3387fdfdb44d61260e23272c113b69823e85c59 (patch) | |
| tree | e266df900325f21e3f9f9b995a48f3d1543c9da3 /.zprofile | |
| parent | 18a67326bdf8b16dfc0fc14d641b312d879a18c2 (diff) | |
config improvements
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 |
