Mercurial > ec-dotfiles
diff setup @ 8:b5d0c1892294
Forgot to add remover for inputrc
author | Edho Prima Arief <me@myconan.net> |
---|---|
date | Mon, 19 Jul 2010 16:49:38 +0700 |
parents | 2ae8e6222b9d |
children | 73123c5ef818 |
line wrap: on
line diff
--- a/setup Mon Jul 19 16:47:59 2010 +0700 +++ b/setup Mon Jul 19 16:49:38 2010 +0700 @@ -27,7 +27,7 @@ } uninstall() { - for i in .tcsh_init .tmux.conf .hgrc .vimrc bin-ec; do + for i in .tcsh_init .tmux.conf .hgrc .vimrc .inputrc bin-ec; do if [ -e "${HOME}/${i}" ]; then echo "Removing file: ~/${i}" rm -f "${HOME}/${i}"