From bc33679d857b9da7848269b98cafdefe74541e37 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 26 Nov 2015 12:18:49 +0100 Subject: [PATCH] Back to nicoulaj. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0dafa07..fc58693 100644 --- a/install.sh +++ b/install.sh @@ -28,7 +28,7 @@ git checkout master ## zsh cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc -sed -i -e 's/robbyrussell/agnoster/' ~/.zshrc +sed -i -e 's/robbyrussell/nicoulaj/' ~/.zshrc sed -i -e 's/# CASE_SENSITIVE/CASE_SENSITIVE/' ~/.zshrc case `uname` in Linux) echo 'eval $( dircolors -b ~/.dotfiles/dircolors/dircolors.ansi-universal ) ' >> ~/.zshrc ;;