Fixed a dirs bug for catimg

This commit is contained in:
Eduardo San Martin Morote 2013-12-09 22:07:19 +01:00
commit 349fa15b18
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,7 @@
if [[ -x `which convert` ]]; then
function catimg() {
source $(dirname $0)/catimg.sh $@
source $ZSH/plugins/catimg/catimg.sh $@
}
else
echo "catimg need convert (ImageMagick) to work)"