1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00

added gitignore generator

This commit is contained in:
Ryan 2014-09-12 12:30:16 +02:00
parent 23e02e2988
commit f70426880b

View File

@ -60,3 +60,4 @@ fi
# Use ansible hosts in local file instead of /etc/ansible/hosts
export ANSIBLE_HOSTS=~/.ansible/ansible_hosts
eval "$(rbenv init -)"
function gi() { curl -s https://www.gitignore.io/api/$@ ;}