mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 11:51:42 +00:00
Merge branch 'gem_plugin'
This commit is contained in:
4
plugins/gem.plugin.zsh
Normal file
4
plugins/gem.plugin.zsh
Normal file
@ -0,0 +1,4 @@
|
||||
# add brew completion function to path
|
||||
fpath=($ZSH/functions/gem $fpath)
|
||||
autoload -U compinit
|
||||
compinit -i
|
Reference in New Issue
Block a user