mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
functions: add gi() to query toptal's gitignore API
This commit is contained in:
parent
681acc90e6
commit
8a1ca40569
|
@ -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