changed folder layout

This commit is contained in:
Nikolas Weger 2017-08-23 11:43:12 +02:00
parent fd30095cd0
commit b5f657b8a4
9 changed files with 37 additions and 397 deletions

View file

@ -1,5 +1,5 @@
export ZSH_PLUGIN_GITIGNORE_PATH=$(dirname $0)
export ZSH_PLUGIN_GITIGNORE_TEMPLATE_PATHS=${DOTLIB}/gitignore
ZSH_PLUGIN_GITIGNORE_PATH=$(dirname $0)
ZSH_PLUGIN_GITIGNORE_TEMPLATE_PATHS=${dotlib}/gitignore
function gie () { ${EDITOR} .gitignore }