1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 08:50:08 +00:00
ohmyzsh/plugins/stack/stack.plugin.zsh
2020-09-30 19:00:51 +02:00

3 lines
82 B
Bash

(( $+commands[stack] )) || return
source <(stack --bash-completion-script stack)