Add gitignore.io function and alias
This commit is contained in:
parent
165d45c882
commit
f75cafa09a
2 changed files with 5 additions and 0 deletions
|
@ -27,3 +27,7 @@ function map-sshfs {
|
|||
sshfs -o idmap=user -o workaround=rename $USER'@'$1':'$2 $HOME'/Mounts/'$3
|
||||
fi
|
||||
}
|
||||
|
||||
function gitignore-io {
|
||||
curl http://www.gitignore.io/api/$@
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue