From fc176f28b7fa31ee1ab6e306fad404ceeda92a3f Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 16 Apr 2022 06:38:32 +0200 Subject: [PATCH] Move matrix_image_url -> mxc2http --- .config/zsh/completions/{_matrix_image_url => _mxc2http} | 2 +- .config/zsh/functions/{matrix_image_url => mxc2http} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .config/zsh/completions/{_matrix_image_url => _mxc2http} (78%) rename .config/zsh/functions/{matrix_image_url => mxc2http} (100%) mode change 100644 => 100755 diff --git a/.config/zsh/completions/_matrix_image_url b/.config/zsh/completions/_mxc2http similarity index 78% rename from .config/zsh/completions/_matrix_image_url rename to .config/zsh/completions/_mxc2http index 8808f48..184add5 100644 --- a/.config/zsh/completions/_matrix_image_url +++ b/.config/zsh/completions/_mxc2http @@ -1,4 +1,4 @@ -#compdef matrix_image_url +#compdef mxc2http _arguments '-h[short help text]' '*:url:_urls' diff --git a/.config/zsh/functions/matrix_image_url b/.config/zsh/functions/mxc2http old mode 100644 new mode 100755 similarity index 100% rename from .config/zsh/functions/matrix_image_url rename to .config/zsh/functions/mxc2http