diff --git a/home-config/bash_profile b/home-config/bash_profile index ebc6cba..1aa335f 100644 --- a/home-config/bash_profile +++ b/home-config/bash_profile @@ -10,7 +10,7 @@ export PATH=$PATH:~/.nix-profile/bin # Honor per-interactive-shell startup file if [ -f ~/.bashrc ]; then . ~/.bashrc; fi -if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then +if [ -z "$SSH_CLIENT" ] && [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then exec Hyprland fi