From 1445ec979bd53d09390c08a940cc74841b7c0099 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 14 Dec 2024 17:58:04 -0600 Subject: [PATCH] task | revert ssh w/ greetd --- home/common/files/bash/bashrc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/home/common/files/bash/bashrc b/home/common/files/bash/bashrc index 3d317ac..769e80a 100755 --- a/home/common/files/bash/bashrc +++ b/home/common/files/bash/bashrc @@ -70,17 +70,6 @@ test -d /usr/bin && PATH="${PATH}:/usr/bin" test -d /bin && PATH="${PATH}:/bin" export PATH -############################## -######### ######### -######## SWAY Login? ######## -######### ######### -############################## - -if [[ "$(tty)" = "/dev/tty10" ]] -then - test -f "${HOME}/.bash_ssh" && source "${HOME}/.bash_ssh" -fi - #interactive login ? #####################################