.dotfiles/.config/bash/11-git.bash
2024-11-16 15:19:20 +08:00

4 lines
126 B
Bash

function gi() {
curl -fL "https://www.toptal.com/developers/gitignore/api/$(printf '%s\n' "$@" | sort -u | paste -sd,)"
}