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 ? #####################################