removed some oh-my-zsh plugins

This commit is contained in:
Jidbo 2018-10-30 13:46:31 +01:00
parent df2420beef
commit 79fa37b318

7
.zshrc
View file

@ -60,10 +60,7 @@ ZSH_THEME="agnoster"
plugins=(
git
pip
brew
web-search
osx
docker
screen
)
source $ZSH/oh-my-zsh.sh
@ -103,5 +100,5 @@ if [ -f ~/.dotfiles/.localcommands ]
then
source ~/.dotfiles/.localcommands
else
echo "not found"
echo "\n\n"
fi