Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
fbb2b56c7ecd3c4873be805e004f70fa442e7c45
fbb2b56c7ecd3c4873be805e004f70fa442e7c45
Switch branch/tag
oh-my-zsh
plugins
stack
stack.plugin.zsh
Find file
Normal view
History
Permalink
stack.plugin.zsh
82 Bytes
Edit
Web IDE
Newer
Older
Fix load of various plugins: fastfile, keychain, sfffe, stack
Marc Cornellà
committed
May 26, 2020
1
2
((
$+
commands[stack]
))
||
return
stack: use builtin completion command (#6230)
Joshua Pratt
committed
Feb 28, 2020
3
source
<
(
stack
--bash-completion-script
stack
)