Move around xonsh prompt settings

This commit is contained in:
2022-05-17 12:21:18 -07:00
parent b8425c3989
commit d48d86dde4
3 changed files with 5 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ ctrl+shift+arrows
** Nix tips
https://xon.sh/xonshrc.html#use-the-nix-package-manager-with-xonsh
** Aliases to auto-deploy templates for python/nix direnv
** Fix ls colors
** Fix ctrl-w in vi-mode
* Nix
** Separate home.nix into many files
** Add NixGL to home.nix on non-NixOS Linux systems

View File

@@ -25,3 +25,7 @@ else:
# }
# register_custom_style("ttm-style", ttm_style)
$XONSH_COLOR_STYLE = "native"
$MULTILINE_PROMPT = " "
$UPDATE_PROMPT_ON_KEYPRESS = True
$PROMPT_REFRESH_INTERVAL = 0.25
# $VI_MODE=True

View File

@@ -14,8 +14,6 @@ $UPDATE_OS_ENVIRON = False
$XONSH_SHOW_TRACEBACK = False
$XONSH_HISTORY_BACKEND = "sqlite"
$HISTCONTROL = "ignoredups"
$MULTILINE_PROMPT = " "
$UPDATE_PROMPT_ON_KEYPRESS = False
$XONSH_COPY_ON_DELETE = True
$AUTO_CD = True