From 348b8c47ef7b9d189c1276da78884a8b6d88ca54 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 24 Mar 2018 20:45:53 +0000 Subject: [PATCH] add tmu script that was forgotten --- tmu | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 tmu diff --git a/tmu b/tmu new file mode 100755 index 0000000..97d7e35 --- /dev/null +++ b/tmu @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +tmux split-window -h "bash --rcfile <(echo '. ~/.bashrc;$*')"