mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-03 00:54:45 +01:00
7 lines
153 B
Bash
7 lines
153 B
Bash
if which carton &> /dev/null
|
|
then
|
|
source $(dirname $(which carton))/../etc/carton_completion.zsh
|
|
else
|
|
print "zsh carton plugin: carton not found"
|
|
fi
|