Skip to content

Commit

Permalink
unzipall
Browse files Browse the repository at this point in the history
  • Loading branch information
yantene committed Feb 10, 2020
1 parent eb44963 commit 64119e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh/tools.zsh
Expand Up @@ -43,6 +43,10 @@ if [[ -x `which ghq 2> /dev/null` && -x `which sk 2> /dev/null` ]]; then
}
alias ghq=ghq-cd
fi
# unzipall

function unzipall () { ls -1 $@ | xargs -I{} unzip {} }
function wunzipall () { ls -1 $@ | xargs -I{} wunzip {} }

# pekill

Expand Down

0 comments on commit 64119e6

Please sign in to comment.