zsh/aliases/devel
2025-11-24 11:15:24 +01:00

6 lines
95 B
Text

ignore() {
printf "%s\n" $@ >> .gitignore
git add .gitignore
}
alias ignore="noglob ignore"