This commit is contained in:
Bartek Stalewski 2016-06-03 14:22:30 +02:00
parent a1f3938ce0
commit 7d5de17610

View file

@ -30,6 +30,7 @@ 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 "zstyle ':vcs_info:*' enable hg bzr git svn" >> ~/.zshrc
echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc echo "[ -e ~/.zshrc.local ] && source ~/.zshrc.local" >> ~/.zshrc
touch ~/.zshrc.local
source ~/.zshrc source ~/.zshrc
# vim # vim