-
Notifications
You must be signed in to change notification settings - Fork 0
/
screen_trabajo
22 lines (20 loc) · 920 Bytes
/
screen_trabajo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
startup_message off
screen -t 'vim' vim
screen -t 'mysql' mysql -uroot
chdir /home/hgmiguel/Source/winbits/catalog-api/
screen -t 'catalog'
chdir /home/hgmiguel/Source/winbits/bits-api/
screen -t 'bits'
chdir /home/hgmiguel/Source/winbits/domain-model/
screen -t 'domain'
chdir ~
screen -t 'terminal1' zsh
altscreen on
term screen-256color
bind ',' prev
bind '.' next
#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 '%{= 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}]'