1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-05-03 19:09:21 +02:00
Files
ohmyzsh/plugins/stack/stack.plugin.zsh
2020-09-30 19:00:51 +02:00

4 lines
82 B
Bash

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