This commit is contained in:
Bartek Stalewski 2016-06-03 14:20:31 +02:00
parent 491acd2eed
commit a1f3938ce0

View File

@ -27,7 +27,7 @@ cd ~/.dotfiles
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 '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