Skip to content

Commit

Permalink
_zshrc: enable golang plugin
Browse files Browse the repository at this point in the history
 - Disable coffee, sprunge
 - Drop refs to antigen (plugin manager), dirhistory (not working for me)
  • Loading branch information
yousong committed Aug 21, 2018
1 parent 6336edb commit eb519f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/_zshrc
Expand Up @@ -47,8 +47,6 @@ DISABLE_AUTO_TITLE="true"
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
#
# FIXME later we try antigen, https://github.com/zsh-users/antigen
plugins+=(gitfast coffee sprunge)
#plugins+=(django coffee)
if [ -n "$commands[yum]" ]; then
plugins+=(yum)
Expand All @@ -63,7 +61,8 @@ elif [ -n "$commands[pbcopy]" ]; then
# copydir, copy pwd name
plugins+=(osx copyfile)
fi
#plugins+=(dirhistory)
[ -z "$commands[go]" ] || plugins+=(golang)
[ -z "$commands[git]" ] || plugins+=(gitfast)

# User configuration
source $ZSH/oh-my-zsh.sh
Expand Down

0 comments on commit eb519f6

Please sign in to comment.