update .xonshrc
This commit is contained in:
parent
77e5010f22
commit
6286ab00f0
2 changed files with 1 additions and 4 deletions
1
.vimrc
1
.vimrc
|
@ -4,3 +4,4 @@ set autoindent
|
||||||
|
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
syntax on
|
syntax on
|
||||||
|
set encoding=utf-8
|
||||||
|
|
4
.xonshrc
4
.xonshrc
|
@ -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
|
# plugins
|
||||||
xontrib load pipeliner
|
xontrib load pipeliner
|
||||||
xontrib load sh
|
xontrib load sh
|
||||||
|
|
Loading…
Reference in a new issue