mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
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:
parent
5466d3e4ca
commit
5e30fa60b8
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue