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:
parent
0a1f93248f
commit
1ff6a2dd62
|
@ -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/$@ ;}
|
||||
|
|
Loading…
Reference in New Issue
Block a user