mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-01 20:01:42 +08:00
4 lines
68 B
Bash
4 lines
68 B
Bash
if [ $commands[uplift] ]; then
|
|
source <(uplift completion zsh)
|
|
fi
|