update .xonshrc

This commit is contained in:
Jean-Marie Mineau 2020-12-24 10:18:24 +01:00
parent 77e5010f22
commit 6286ab00f0
2 changed files with 1 additions and 4 deletions

1
.vimrc
View file

@ -4,3 +4,4 @@ set autoindent
filetype plugin on
syntax on
set encoding=utf-8

View file

@ -1,7 +1,3 @@
# XONSH WEBCONFIG START
$PROMPT = '{env_name}{BOLD_GREEN}{user}@{hostname}{BOLD_BLUE} {cwd}{branch_color}{curr_branch: {}}{RESET} {BOLD_BLUE}{prompt_end}{RESET} '
# XONSH WEBCONFIG END
# plugins
xontrib load pipeliner
xontrib load sh