mirror of https://github.com/ohmyzsh/ohmyzsh.git
3 lines
67 B
Bash
3 lines
67 B
Bash
|
if [ $commands[uplift] ]; then
|
||
|
source <(uplift completion zsh)
|
||
|
fi
|