dotfiles/.config/bash/11-git.bash
2024-10-01 13:47:31 +07:00

6 lines
101 B
Bash

function gi() {
local IFS=,
curl -fL "https://www.toptal.com/developers/gitignore/api/$*"
}