Parcourir la source

Do not auto-run byobu on azzgoat

Alois Mahdal il y a 10 ans
Parent
révision
8d3c0a5722
1 fichiers modifiés avec 0 ajouts et 14 suppressions
  1. 0
    14
      dotfiles/bash/host/azzgoat.bashrc

+ 0
- 14
dotfiles/bash/host/azzgoat.bashrc Voir le fichier

@@ -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