diff options
Diffstat (limited to 'xonsh/.xonshrc')
| -rw-r--r-- | xonsh/.xonshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xonsh/.xonshrc b/xonsh/.xonshrc new file mode 100644 index 0000000..5d3683d --- /dev/null +++ b/xonsh/.xonshrc @@ -0,0 +1,3 @@ +$XONSH_COLOR_STYLE = 'monokai' +$PROMPT = "[{BOLD_GREEN}{user}@{hostname} {BOLD_CYAN}{cwd}{branch_color}{curr_branch: {}}{NO_COLOR}]{BOLD_CYAN}{prompt_end} {NO_COLOR}" +$SUPPRESS_BRANCH_TIMEOUT_MESSAGE = True |
