Blame view

plugins/cask/cask.plugin.zsh 144 Bytes
56a5793ce   mj   Squashed 'repos/r...
1
2
3
4
5
  if which cask &> /dev/null; then
    source $(dirname $(which cask))/../etc/cask_completion.zsh
  else
    print "zsh cask plugin: cask not found"
  fi