commit 8b67e4f013e17d002f61b1f38ab135ac62a97761 parent ee0e4cffbac0ca196cbff76d4df0ce03d3ecb75b Author: Ed van Bruggen <edvb54@gmail.com> Date: Mon, 6 Oct 2014 18:08:44 -0700 Bin: Improve terminal script - Allow for arguments - Remove starting TMUX at boot Diffstat:
bin/terminal | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/terminal b/bin/terminal @@ -3,5 +3,5 @@ # terminal='terminator' terminal='gnome-terminal' -exec $terminal -e "tmux -2" +exec $terminal $@