1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-12-04 08:41:31 +01:00

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

This commit is contained in:
bretello 2021-03-15 10:32:16 +01:00
parent 0a1f93248f
commit 1ff6a2dd62

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/$@ ;}