initial import

This commit is contained in:
2020-06-28 12:11:32 +01:00
commit 4faab21b67
2 changed files with 120 additions and 0 deletions

10
xonshrc Normal file
View File

@ -0,0 +1,10 @@
import os.path
import sys
xonsh_ext_dir = os.path.expanduser('~/.xonsh')
if os.path.isdir(xonsh_ext_dir):
sys.path.append(xonsh_ext_dir)
from history_couchdb import CouchDBHistory
$XONSH_HISTORY_BACKEND = CouchDBHistory
$PL_RPROMPT = '!' # recommended if you use powerline, as {history} is slow