add gdbinit to dot files init script

This commit is contained in:
Sami Samhuri 2011-06-26 15:55:58 -07:00
parent 318658d6f2
commit 71116a9ec6

View file

@ -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"