diff --git a/functions.sh b/functions.sh index 70e6ed6..ef7894b 100755 --- a/functions.sh +++ b/functions.sh @@ -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/$@ ;}