xxh/xonssh_xxh/xonshrc.xsh

10 lines
326 B
Text
Raw Normal View History

2019-11-03 13:06:26 +00:00
import os, sys
2020-02-08 21:57:47 +00:00
2019-11-03 13:06:26 +00:00
$XXH_HOME = os.path.dirname(os.path.realpath(__file__))
$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)
2020-02-08 21:57:47 +00:00
aliases['xxh'] = os.path.join($XXH_HOME, 'xonsh') + ' ' + os.path.join($XXH_HOME, 'xxh')
2019-11-03 13:06:26 +00:00