1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[screen] Each new shell should be a login shell

This commit is contained in:
Hyacinthe Cartiaux 2016-04-07 00:28:25 +02:00
parent 72d34033e6
commit 8d7341ace2

View file

@ -19,11 +19,12 @@ vbell off
# keep scrollback n lines
defscrollback 1000
shelltitle "$ |bash"
# Each new shell should be a login shell (always source .bashrc)
shell -$SHELL
shelltitle "$ |bash:"
# THIS IS THE PRETTY BIT
#change the hardstatus settings to give an window list at the bottom of the
##screen, with the time and date and with the current window highlighted
hardstatus alwayslastline
#hardstatus string '%{= mK}%-Lw%{= KW}%50>%n%f* %t%{= mK}%+Lw%< %{= kG}%-=%D %d %M %Y %c:%s%{-}'
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'