mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-03 09:04:45 +01:00
Fixed a dirs bug for catimg
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user