commit eb5966ce532fe60d51b77c148bf951a4458714df parent 974854b7cd391a6468f8523f8a00315de7372cf1 Author: Anders Damsgaard Christensen <adc@geo.au.dk> Date: Thu, 25 Oct 2012 20:02:19 +0200 Removed dot prefixes Diffstat:
M | create_symlinks.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/create_symlinks.sh b/create_symlinks.sh @@ -1,7 +1,7 @@ #!/bin/sh # Home folder dotfiles -for F in .bashrc .vimrc .tmux.conf .xpdfrc; do +for F in bashrc vimrc tmux.conf xpdfrc; do SOURCE=$PWD/$F TARGET=~/.$F