summaryrefslogtreecommitdiff
path: root/.zprofile
blob: 981c15553d11ed7191b419bbd797dc6b1bd15e44 (plain)
1
2
3
4
5
6
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