removed some oh-my-zsh plugins
This commit is contained in:
parent
df2420beef
commit
79fa37b318
1 changed files with 2 additions and 5 deletions
7
.zshrc
7
.zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue