Adding svn by default.

This commit is contained in:
Bartek Stalewski 2012-11-23 15:35:01 +01:00
parent b880f20573
commit 554492e422

View File

@ -8,6 +8,7 @@ git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
sed -i -e 's/robbyrussell/nicoulaj/' ~/.zshrc sed -i -e 's/robbyrussell/nicoulaj/' ~/.zshrc
echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc
echo "zstyle ':vcs_info:*' enable hg bzr git svn" >> ~/.zshrc
# ftpd/doftiles # ftpd/doftiles
path="https://bitbucket.org/ftpd/dotfiles.git" path="https://bitbucket.org/ftpd/dotfiles.git"