Direct call the commands

This commit is contained in:
gardouille 2020-01-06 08:19:30 +01:00
parent f52bfbcfef
commit 1b1fb7f313
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@
new -A -stoto -nmail 'mutt ; exec ${SHELL}'
splitw -h -p 50 -t 1 'sudo aptitude update ; sudo aptitude full-upgrade ; exec ${SHELL}'
# New window toto:1 with htop (refresh every minute)
neww -d -nht0p 'exec htop -d 600 ; exec ${SHELL}'
neww -d -nht0p 'htop -d 600 ; exec ${SHELL}'
# New window toto:2 for remote weechat
neww -d -nw33 -c 'weechat ; exec ${SHELL}'
neww -d -nw33 'weechat ; exec ${SHELL}'
# New window toto:3 for git repositories
neww -d -ngit -c '/home/jegardai/repos'