dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 047f4aa75e8bb80d40da5d5727a72159c1d7190c
parent 32a39a76a96ecbe5bf9feaf085603717c2a4d6d5
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Fri,  3 Oct 2014 21:04:43 -0700

Bin: Add terminal file

Diffstat:
bin/terminal | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/bin/terminal b/bin/terminal @@ -0,0 +1,7 @@ +#!/bin/sh + +# terminal='terminator' +terminal='gnome-terminal' + +exec $terminal -e "tmux -2" +