Added gitignore.io service function.
This commit is contained in:
parent
9539341e1e
commit
626126debb
1 changed files with 9 additions and 0 deletions
|
@ -15,3 +15,12 @@ pmodload 'helper'
|
|||
|
||||
# Source module files.
|
||||
source "${0:h}/alias.zsh"
|
||||
|
||||
#
|
||||
# Functions
|
||||
#
|
||||
|
||||
# Create .gitignore files using gitignore.io service
|
||||
function gi() {
|
||||
curl -L -s https://www.gitignore.io/api/$@
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue