# HG changeset patch # User Edho Prima Arief # Date 1279532978 -25200 # Node ID b5d0c189229405ff9e343b0b90342516ffb82410 # Parent 2e5cc49001ae7ca69193d11922273a8cc087981e Forgot to add remover for inputrc diff -r 2e5cc49001ae -r b5d0c1892294 setup --- 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}"