add tmu script that was forgotten

This commit is contained in:
Ciro Santilli
2018-03-24 20:45:53 +00:00
parent 3eac2c53a2
commit 348b8c47ef

2
tmu Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
tmux split-window -h "bash --rcfile <(echo '. ~/.bashrc;$*')"