functions: add gi() to query toptal's gitignore API

feature/improve-speed
bretello 2021-03-15 10:32:16 +01:00
parent 681acc90e6
commit 8a1ca40569
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 0 deletions

View File

@ -294,3 +294,4 @@ fvim() {
if [[ -f $HOME/.dotfiles_functions ]]; then
source "$HOME/.dotfiles_functions"
fi
function gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}