dotfiles

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

commit 17c986048a365c063701a99de9a5381003f9f544
parent 46a7c22debc971ea7f43d9d166b3851711e18dea
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sat, 17 Jan 2015 21:19:45 -0800

Bin: Change default terminal to st

Diffstat:
bin/terminal | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/terminal b/bin/terminal @@ -1,7 +1,8 @@ #!/bin/sh -terminal='terminator' +# terminal='terminator' # terminal='gnome-terminal' +terminal='st' exec $terminal $@