add gdbinit to dot files init script
This commit is contained in:
parent
318658d6f2
commit
71116a9ec6
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
|
@ -13,7 +13,7 @@ link_config() {
|
||||||
[ -e ".$file" ] || ln -s "${CONFIG_PATH}/$file" ".$file"
|
[ -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
|
for file in $CONFIG_FILES; do
|
||||||
link_config "$file"
|
link_config "$file"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue