mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
carton completion plugin
This commit is contained in:
parent
5fcb6e1263
commit
7fb17127c7
1 changed files with 6 additions and 0 deletions
6
plugins/carton/carton.plugin.zsh
Normal file
6
plugins/carton/carton.plugin.zsh
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
if which carton &> /dev/null
|
||||||
|
then
|
||||||
|
source $(dirname $(which carton))/../etc/carton_completion.zsh
|
||||||
|
else
|
||||||
|
print "zsh carton plugin: carton not found"
|
||||||
|
fi
|
Loading…
Reference in a new issue