working in some dotfiles
This commit is contained in:
parent
e0a0f1f057
commit
1b37d095ff
7 changed files with 184 additions and 9 deletions
4
dotfiles/.xonshrc
Normal file
4
dotfiles/.xonshrc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# XONSH WEBCONFIG START
|
||||
$XONSH_COLOR_STYLE = 'default'
|
||||
$PROMPT = '{YELLOW}{env_name}{RESET}{BOLD_GREEN}{user}@{hostname}{BOLD_BLUE} {cwd}{branch_color}{curr_branch: {}}{RESET} {RED}{last_return_code_if_nonzero:[{BOLD_INTENSE_RED}{}{RED}] }{RESET}{BOLD_BLUE}{prompt_end}{RESET} '
|
||||
# XONSH WEBCONFIG END
|
||||
Loading…
Add table
Add a link
Reference in a new issue