mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-24 05:57:47 +02:00
4 lines
126 B
Shell
4 lines
126 B
Shell
(( $+commands[stack] )) || return
|
|
|
|
autoload -U +X bashcompinit && bashcompinit
|
|
source <(stack --bash-completion-script stack)
|