mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
7 lines
272 B
Text
7 lines
272 B
Text
![]() |
# utility.sh
|
||
|
# Miscellaneous Utility Functions
|
||
|
|
||
|
zstyle ':completion:*:*:extract:*' file-patterns '*.(tar|tar.gz|tgz|tar.Z|tar.bz2|tbz2|zip|ZIP|jar|gz|Z|z|bz2|rar|RAR|LHa|LHA|lha|lzh|a|deb|tar.lzma|lzma):Compressed\ Files *(-/):directories'
|
||
|
|
||
|
# vim: set ft=sh ts=3 sw=3 et:
|