]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/catimg/catimg.plugin.zsh
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / catimg / catimg.plugin.zsh
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/catimg/catimg.plugin.zsh b/stow/oh-my-zsh/.oh-my-zsh/plugins/catimg/catimg.plugin.zsh
deleted file mode 100644 (file)
index f4ff6f8..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-################################################################################
-# catimg script by Eduardo San Martin Morote aka Posva                         #
-# https://posva.net                                                            #
-#                                                                              #
-# Output the content of an image to the stdout using the 256 colors of the     #
-# terminal.                                                                    #
-# GitHub: https://github.com/posva/catimg                                      #
-################################################################################
-
-
-function catimg() {
-  if [[ -x  `which convert` ]]; then
-    zsh $ZSH/plugins/catimg/catimg.sh $@
-  else
-    echo "catimg need convert (ImageMagick) to work)"
-  fi
-}