This website requires JavaScript.
Explore
Help
Register
Sign In
ylib
/
ohmyzsh
Watch
1
Star
0
Fork
0
You've already forked ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced
2024-12-03 00:24:31 +08:00
Code
Projects
Releases
Wiki
Activity
08cc808d71
ohmyzsh
/
plugins
/
stack
/
stack.plugin.zsh
3 lines
91 B
Bash
Raw
Normal View
History
Unescape
Escape
stack: use builtin completion command (#6230)
2020-02-29 02:59:33 +08:00
autoload -U +X bashcompinit
&&
bashcompinit
source
<
(
stack --bash-completion-script stack
)
Copy Permalink