dotfiles/zsh/custom/zshrc.zsh

4 lines
130 B
Bash
Raw Normal View History

2018-06-27 15:06:19 +00:00
# Finally, we do:
2018-06-28 22:49:05 +00:00
#source "${HOME}/.local/bin/virtualenvwrapper.sh"
2018-07-04 21:20:11 +00:00
function gi() { curl -L -s https://www.gitignore.io/api/$@ ;}