This website requires JavaScript.
Explore
Help
Register
Sign In
mingzailao
/
ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
Watch
1
Star
0
Fork
You've already forked ohmyzsh
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fbb2b56c7e
ohmyzsh
/
plugins
/
stack
/
stack.plugin.zsh
4 lines
82 B
Bash
Raw
Normal View
History
Unescape
Escape
Fix load of various plugins: fastfile, keychain, sfffe, stack
2020-05-26 23:59:45 +08:00
(
(
$+commands
[
stack
]
)
)
||
return
stack: use builtin completion command (#6230)
2020-02-29 02:59:33 +08:00
source
<
(
stack --bash-completion-script stack
)