changeset 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 2e5cc49001ae
children bb4a42a4c7bb 8a0391d8e8d0
files setup
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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}"