From 1b1fb7f313250a12041674e410f331b80447275a Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 6 Jan 2020 08:19:30 +0100 Subject: [PATCH] Direct call the commands --- splitHP | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/splitHP b/splitHP index 7c80b58..cd80baf 100644 --- a/splitHP +++ b/splitHP @@ -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'