Add xonsh-autoxsh xontrib

Hi,
I've made a clone of `autoenv` for xonsh. It functions very much the same. 
If anyone has any comments or suggestions - let me know!
This commit is contained in:
Bernardas Ališauskas 2016-06-27 13:39:26 +00:00 committed by GitHub
parent 5466d3e4ca
commit 5e30fa60b8

View file

@ -83,6 +83,12 @@
"install": {
"pip": "pip install xonsh-pacman-tabcomplete"
}
"xonsh-autoxsh": {
"license": "GPLv3",
"url": "https://github.com/Granitas/xonsh-autoxsh",
"install": {
"pip": "pip install xonsh-autoxsh"
}
}
}
}