summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/var/system/config-updater/post-update6
-rw-r--r--home/var/system/config-updater/pre-update1
2 files changed, 1 insertions, 6 deletions
diff --git a/home/var/system/config-updater/post-update b/home/var/system/config-updater/post-update
index d570079..4703f1b 100644
--- a/home/var/system/config-updater/post-update
+++ b/home/var/system/config-updater/post-update
@@ -6,11 +6,5 @@ if ! [ -d $HOME/.oh-my-zsh ]; then
elif which wget ; then
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
fi
- if [ -f .zshrc ] ; then
- if [ -f .zshrc.pre-oh-my-zsh ] ; then
- cat .zshrc.pre-oh-my-zsh > .zshrc
- rm .zshrc
- fi
- fi
fi
rm -f .zshrc.pre-oh-my-zsh
diff --git a/home/var/system/config-updater/pre-update b/home/var/system/config-updater/pre-update
index ad97a25..e8f0b5c 100644
--- a/home/var/system/config-updater/pre-update
+++ b/home/var/system/config-updater/pre-update
@@ -1 +1,2 @@
rm -rf .vim
+rm -f .zshrc