Browse Source

Do not auto-run byobu on azzgoat

Alois Mahdal 10 years ago
parent
commit
8d3c0a5722
1 changed files with 0 additions and 14 deletions
  1. 0
    14
      dotfiles/bash/host/azzgoat.bashrc

+ 0
- 14
dotfiles/bash/host/azzgoat.bashrc View File

@@ -57,17 +57,3 @@ else
57 57
      start_agent;
58 58
 fi
59 59
 
60
-### .................. ###
61
-### RUN BYOBU IF SSH'D ###
62
-### '''''''''''''''''' ###
63
-
64
-# (but only it this is a login shell)
65
-
66
-if shopt -q login_shell
67
-then
68
-    if [ -n "$SSH_CONNECTION" ]
69
-    then
70
-        byobu
71
-        exit
72
-    fi
73
-fi