Removed top by default; isn't needed anymore.
This commit is contained in:
parent
5685158caf
commit
553c6c24c2
1 changed files with 2 additions and 2 deletions
4
screenrc
4
screenrc
|
@ -108,6 +108,6 @@ defnonblock 5
|
|||
# screen -t monkey ssh monkey
|
||||
# screen -t mail 8 mutt
|
||||
# screen -t daemon 9 tail -f /var/log/daemon.log
|
||||
screen -t top 0 htop
|
||||
screen -t bash 1
|
||||
# screen -t top 0 htop
|
||||
screen -t bash 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue