This website requires JavaScript.
Explore
Help
Sign In
Customization
/
ohmyzsh
Watch
1
Star
0
Fork
You've already forked ohmyzsh
0
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced
2024-12-19 19:01:57 +00:00
Code
Releases
Activity
ef4175981b
ohmyzsh
/
plugins
/
gem
/
gem.plugin.zsh
3 lines
70 B
Bash
Raw
Normal View
History
Unescape
Escape
Fixed typo
2010-12-20 14:13:46 +00:00
# add gem completion function to path
adapt brew,gem,pip plugin to new structure
2010-10-01 08:59:48 +00:00
fpath
=
(
$ZSH
/plugins/gem
$fpath
)
Copy permalink