mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-04 09:13:37 +08:00
carton completion plugin
This commit is contained in:
parent
5fcb6e1263
commit
7fb17127c7
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 New Issue
Block a user