diff --git a/wezterm/wezterm.lua b/wezterm/wezterm.lua index 78dd5f6..4246338 100644 --- a/wezterm/wezterm.lua +++ b/wezterm/wezterm.lua @@ -73,6 +73,7 @@ config = { { name = "hinata", remote_address = "hinata", remote_wezterm_path = "/run/current-system/sw/bin/wezterm" }, }, + -- Key bindings. keys = { -- Generic customization. diff --git a/xonsh/rc.xsh b/xonsh/rc.xsh index 0c8086a..9791fd8 100644 --- a/xonsh/rc.xsh +++ b/xonsh/rc.xsh @@ -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