commit fe237b776c87b854b2391a037bc7c33f6d2bd091
parent 771c741839e01c37dd53c08f20cca2c311daf89a
Author: Anders Damsgaard <andersd@riseup.net>
Date: Mon, 19 Jun 2017 10:20:59 -0400
Merge branch 'master' of github.com:anders-dc/dotfiles
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/tmux-utility.sh b/bin/tmux-utility.sh
@@ -15,7 +15,8 @@ then
tmux send-keys -t $SESSION 'mutt' C-m
tmux split-window -h -t $SESSION
- tmux send-keys -t $SESSION 'fortune' C-m
+ #tmux send-keys -t $SESSION 'fortune' C-m
+ tmux send-keys -t $SESSION 'bin/todo.sh' C-m
tmux select-pane -t $SESSION:1.1
tmux split-window -p 33 -v -t $SESSION