1
0
chezmoi/home/dot_zim/modules/jl-helper/functions/gi

11 lines
176 B
Plaintext
Raw Normal View History

2024-02-05 22:28:28 +00:00
# vim:et sts=2 sw=2 ft=zsh
#
# Get .gitignore from distant api
#
function gi() {
curl -sLw "\n" https://www.toptal.com/developers/gitignore/api/"$@" ;
}
compdef _files gi