This website requires JavaScript.
Explore
Help
Sign in
alexander
/
oh-my-zsh
Watch
1
Star
0
Fork
You've already forked oh-my-zsh
0
Code
Activity
68d51bd7d8
oh-my-zsh
/
plugins
/
stack
/
stack.plugin.zsh
3 lines
91 B
Bash
Raw
Normal View
History
Unescape
Escape
stack: use builtin completion command (#6230)
2020-02-28 19:59:33 +01:00
autoload -U +X bashcompinit
&&
bashcompinit
source
<
(
stack --bash-completion-script stack
)
Copy permalink