diff options
Diffstat (limited to 'archive/.zprofile')
| -rw-r--r-- | archive/.zprofile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archive/.zprofile b/archive/.zprofile new file mode 100644 index 0000000..981c155 --- /dev/null +++ b/archive/.zprofile @@ -0,0 +1,7 @@ +export PATH="$HOME/dotfiles/scripts/:/usr/local/lib:$HOME/path:$HOME/opt/Odin:$PATH" +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 +fi |
