Adding screenrc
This commit is contained in:
parent
c34d2bb8f1
commit
caf047d818
2 changed files with 10 additions and 1 deletions
9
screenrc
Normal file
9
screenrc
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
vbell off
|
||||
defscrollback 1024
|
||||
startup_message off
|
||||
caption always
|
||||
caption string "%-Lw%{= bw}%50>%n%f* %t%{-}%+Lw%<"
|
||||
|
||||
hardstatus alwayslastline
|
||||
#hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%< %{= kG}%-=%c:%s%{-}'
|
||||
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]'}
|
||||
2
zshrc
2
zshrc
|
|
@ -12,4 +12,4 @@ alias vi=vim
|
|||
alias grep='grep --color=auto'
|
||||
alias ls='ls --color=auto'
|
||||
|
||||
export TERM="xterm-256color"
|
||||
# export TERM="xterm-256color"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue