tweaks: try using zellij as our baseline
This commit is contained in:
parent
0b1f165f85
commit
d8a2687701
2 changed files with 2 additions and 2 deletions
|
@ -73,6 +73,7 @@ config = {
|
|||
{ name = "hinata", remote_address = "hinata", remote_wezterm_path = "/run/current-system/sw/bin/wezterm" },
|
||||
},
|
||||
|
||||
-- Key bindings.
|
||||
keys = {
|
||||
|
||||
-- Generic customization.
|
||||
|
|
|
@ -128,7 +128,6 @@ if XONSHRC_VERBOSE:
|
|||
print("Final color scheme: " + $XONSH_COLOR_STYLE)
|
||||
|
||||
# Prompt config.
|
||||
#$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}"
|
||||
|
||||
# Load our Xonsh extensions.
|
||||
xontrib load whole_word_jumping coreutils sh termcolors term_integration
|
||||
xontrib load whole_word_jumping coreutils sh term_integration prompt_bar
|
||||
|
|
Loading…
Add table
Reference in a new issue