From 71116a9ec68572c84d58a59e5dd36c9baacaf617 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 26 Jun 2011 15:55:58 -0700 Subject: [PATCH] add gdbinit to dot files init script --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index bff898f..5d12476 100755 --- a/init.sh +++ b/init.sh @@ -13,7 +13,7 @@ link_config() { [ -e ".$file" ] || ln -s "${CONFIG_PATH}/$file" ".$file" } -CONFIG_FILES="ackrc emacs emacs.d gitconfig screenrc vimrc zshenv" +CONFIG_FILES="ackrc emacs emacs.d gitconfig screenrc vimrc zshenv gdbinit" for file in $CONFIG_FILES; do link_config "$file"