mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
6 lines
275 B
Bash
Executable file
6 lines
275 B
Bash
Executable file
# 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|7z):Compressed\ Files *(-/):directories'
|
|
|
|
# vim: set ft=sh ts=3 sw=3 et:
|