From 7be9c3ba8e8e700d62917c74ef513e032b513873 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 14 Jun 2016 19:28:33 +0200 Subject: [PATCH] Cleaning. --- gitignore | 1 + install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gitignore b/gitignore index 9da183c..c236139 100644 --- a/gitignore +++ b/gitignore @@ -30,3 +30,4 @@ __pycache__ *.egg-info # Mac OS X specific .DS_Store +/vim/.netrwhist diff --git a/install.sh b/install.sh index b048a1e..2056740 100644 --- a/install.sh +++ b/install.sh @@ -19,7 +19,7 @@ cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc sed -i -e 's/ZSH_THEME="robbyrussell"/ZSH_THEME="agnoster"/' ~/.zshrc sed -i -e 's/# CASE_SENSITIVE/CASE_SENSITIVE/' ~/.zshrc echo 'export DEFAULT_USER=$LOGNAME' >> ~/.zshrc -echo "zstyle ':vcs_info:*' enable hg bzr git svn" >> ~/.zshrc +echo "zstyle ':vcs_info:*' enable git svn" >> ~/.zshrc echo "[ -e ~/.zsh/autosuggestions/zsh-autosuggestions.zsh ] && source ~/.zsh/autosuggestions/zsh-autosuggestions.zsh" >> ~/.zshrc echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc touch ~/.zshrc.local