X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Ffunctions%2Fextract;h=5a73454096ba179a2df770fd9ab00b210b4a834a;hb=9f7e689c44c7c7c2d0c6953ad23f003b6a55e1a5;hp=2fa5304e81cf43920ffdc89629e94153395fe288;hpb=0acec18969e0c3540b09a49802c8f75b3d9b96f4;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