manage screenrc and set hostname in vagrant box
This commit is contained in:
parent
33338af352
commit
6a0f88d7d4
3 changed files with 23 additions and 0 deletions
14
salt/roots/base/screenrc
Normal file
14
salt/roots/base/screenrc
Normal file
|
@ -0,0 +1,14 @@
|
|||
# vim: syntax=screen
|
||||
|
||||
hardstatus on
|
||||
hardstatus alwayslastline
|
||||
hardstatus string "%{= r}[ %{G}%H%{= r} ] %= %{=b b}%-w%{=rb db}%>%n %t%{-}%+w %=%{= r} [ %{G}%c %{M}%D %m-%d %{r}]"
|
||||
|
||||
startup_message off
|
||||
|
||||
defscrollback 10240
|
||||
|
||||
bind f eval "caption splitonly" "hardstatus ignore"
|
||||
bind F eval "caption always" "hardstatus alwayslastline"
|
||||
|
||||
defbce "on"
|
Loading…
Add table
Add a link
Reference in a new issue