Merge remote-tracking branch 'origin-xxh/master'

This commit is contained in:
anki-code 2020-02-23 12:04:35 +03:00
commit 29aa6ac48c
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
import sys, os
global_settings = {
'XXH_VERSION': '0.2.11'
'XXH_VERSION': '0.2.12'
}
if __name__ == "__main__":

View file

@ -7,8 +7,8 @@ $PIP_TARGET = os.path.join($XXH_HOME, 'pip')
$PYTHONPATH = $PIP_TARGET
$PATH = [ os.path.join($PYTHONHOME, 'bin'), $XXH_HOME ] + $PATH
sys.path.append($PIP_TARGET)
aliases['xpip'] = ['python','-m','pip']
aliases['xxh'] = os.path.join($XXH_HOME, 'xonsh') + ' ' + os.path.join($XXH_HOME, 'xxh')
aliases['pip'] = ['python','-m','pip']
aliases['xpip'] = aliases['pip']
for plugin_path in sorted(glob.glob(os.path.join($XXH_HOME, 'plugins/**'))):
if os.path.exists(os.path.join(plugin_path, 'xonshrc.xsh')):