X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Ffunctions%2Fextract;h=5a73454096ba179a2df770fd9ab00b210b4a834a;hb=dd87c200babeaa8006cbe7df050e1477c84a5aba;hp=2fa5304e81cf43920ffdc89629e94153395fe288;hpb=d9718d2858cec089f0afd3a23ba5cb7ab049e6b9;p=config%2Fdotfiles.git diff --git a/zsh/functions/extract b/zsh/functions/extract index 2fa5304..5a73454 100644 --- a/zsh/functions/extract +++ b/zsh/functions/extract @@ -37,3 +37,5 @@ for i in {1..${#current_dirs}}; do done #compdef '_files -g "*.gz *.tgz *.bz2 *.tbz *.zip *.rar *.tar *.lha"' extract_archive + +# vim: ft=zsh