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

feature/symbol-search
bretello 2021-03-15 10:32:16 +01:00
parent 0a1f93248f
commit 1ff6a2dd62
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/$@ ;}