Cleaning.

This commit is contained in:
Bartek Stalewski 2016-06-14 19:28:33 +02:00
parent 4b9e355fd5
commit 7be9c3ba8e
2 changed files with 2 additions and 1 deletions

View file

@ -30,3 +30,4 @@ __pycache__
*.egg-info
# Mac OS X specific
.DS_Store
/vim/.netrwhist

View file

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