From 491acd2eedbf16272fe2c6749e38ec3e496b703c Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 3 Jun 2016 14:15:22 +0200 Subject: [PATCH] fixup --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bbb79ce..a301a6e 100644 --- a/install.sh +++ b/install.sh @@ -25,8 +25,9 @@ cd ~/.dotfiles ## zsh cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc -sed -i -e 's,ZSH_THEME="robbyrussell",ZSH_THEME="agnoster"' ~/.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 "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc source ~/.zshrc