SSH fix

e8351e69e99e… · Ryan Schanzenbacher ·

parent 409c1576b7f2… view tree

Changed files

FileChanges
home-config/bash_profile +1 −1 raw
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