dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ef1cb8f54efbbe8c85bececc3c4280a8f10b00bb
parent 1938fc01a7f6598ec8dd4bdc2ec613a9ea7c9a32
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Tue,  4 Sep 2012 22:02:04 +0200

Added symlink to tmux config file

Diffstat:
Mcreate_symlinks.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create_symlinks.sh b/create_symlinks.sh @@ -1,6 +1,6 @@ #!/bin/sh -for F in .bashrc .vimrc; do +for F in .bashrc .vimrc .tmux.conf; do SOURCE=$PWD/$F TARGET=~/$F