Update zsh conf.

This commit is contained in:
Jeff Lance 2018-07-04 23:20:11 +02:00
parent c8fb47ef39
commit 2921c6d9b9
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# Finally, we do:
#source "${HOME}/.local/bin/virtualenvwrapper.sh"
function gi() { curl -L -s https://www.gitignore.io/api/$@ ;}

View File

@ -61,6 +61,7 @@ ZSH_THEME="cypher"
plugins=(
debian
git
gitignore
sudo
)