summaryrefslogtreecommitdiff
path: root/.zprofile
blob: 6469320c1f4233d7c819c7ea7e3ce1edc9e76599 (plain)
1
2
3
4
5
6
7
export PATH="$HOME/dotfiles/scripts/:$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