Added extract function to zsh

This commit is contained in:
2020-05-28 23:18:38 +02:00
parent a7cfcfae70
commit 9d7f21f504
2 changed files with 38 additions and 0 deletions

3
.zsh/lib/functions.zsh Normal file
View File

@ -0,0 +1,3 @@
fpath+=$ZDOTDIR/functions
autoload extract