Remove screenrc
Does anyone actually use screen anymore?
This commit is contained in:
parent
2c6e6c08f9
commit
3acf511d08
30
.screenrc
30
.screenrc
@ -1,30 +0,0 @@
|
|||||||
# don't display the copyright page
|
|
||||||
startup_message off
|
|
||||||
|
|
||||||
defscrollback 2048
|
|
||||||
|
|
||||||
vbell on
|
|
||||||
|
|
||||||
# default shell for new screen windows.
|
|
||||||
# The "-" before the shell makes it a login shell.
|
|
||||||
shell -/bin/bash
|
|
||||||
|
|
||||||
# default title for new window.
|
|
||||||
# the "$ |" part is the search pattern screen looks for in the prompt
|
|
||||||
# so it can do dynamic titles.
|
|
||||||
shelltitle '$ |bash'
|
|
||||||
|
|
||||||
#dynamic title for su process (binded to "<Ctrl-A> r")
|
|
||||||
bind r screen -t '# |root:' sudo su -
|
|
||||||
|
|
||||||
#open top into another frame (binded to "<Ctrl-A> t")
|
|
||||||
#bind t screen -t top 9 nice top
|
|
||||||
|
|
||||||
#Display date and other information in colorred window
|
|
||||||
hardstatus on
|
|
||||||
hardstatus alwayslastline
|
|
||||||
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "
|
|
||||||
#hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %{..Y} %Y/%m/%d %C:%s%A "
|
|
||||||
|
|
||||||
#Display date and other information in caption on bottom
|
|
||||||
#caption always "%{= kf}%5n %t (%H) %=%Y-%m-%d %c:%s "
|
|
Loading…
Reference in New Issue
Block a user