Move around xonsh prompt settings
This commit is contained in:
2
TODO.org
2
TODO.org
@@ -29,7 +29,7 @@ ctrl+shift+arrows
|
|||||||
** Nix tips
|
** Nix tips
|
||||||
https://xon.sh/xonshrc.html#use-the-nix-package-manager-with-xonsh
|
https://xon.sh/xonshrc.html#use-the-nix-package-manager-with-xonsh
|
||||||
** Aliases to auto-deploy templates for python/nix direnv
|
** Aliases to auto-deploy templates for python/nix direnv
|
||||||
** Fix ls colors
|
** Fix ctrl-w in vi-mode
|
||||||
* Nix
|
* Nix
|
||||||
** Separate home.nix into many files
|
** Separate home.nix into many files
|
||||||
** Add NixGL to home.nix on non-NixOS Linux systems
|
** Add NixGL to home.nix on non-NixOS Linux systems
|
||||||
|
|||||||
@@ -25,3 +25,7 @@ else:
|
|||||||
# }
|
# }
|
||||||
# register_custom_style("ttm-style", ttm_style)
|
# register_custom_style("ttm-style", ttm_style)
|
||||||
$XONSH_COLOR_STYLE = "native"
|
$XONSH_COLOR_STYLE = "native"
|
||||||
|
$MULTILINE_PROMPT = " "
|
||||||
|
$UPDATE_PROMPT_ON_KEYPRESS = True
|
||||||
|
$PROMPT_REFRESH_INTERVAL = 0.25
|
||||||
|
# $VI_MODE=True
|
||||||
|
|||||||
@@ -14,8 +14,6 @@ $UPDATE_OS_ENVIRON = False
|
|||||||
$XONSH_SHOW_TRACEBACK = False
|
$XONSH_SHOW_TRACEBACK = False
|
||||||
$XONSH_HISTORY_BACKEND = "sqlite"
|
$XONSH_HISTORY_BACKEND = "sqlite"
|
||||||
$HISTCONTROL = "ignoredups"
|
$HISTCONTROL = "ignoredups"
|
||||||
$MULTILINE_PROMPT = " "
|
|
||||||
$UPDATE_PROMPT_ON_KEYPRESS = False
|
|
||||||
$XONSH_COPY_ON_DELETE = True
|
$XONSH_COPY_ON_DELETE = True
|
||||||
|
|
||||||
$AUTO_CD = True
|
$AUTO_CD = True
|
||||||
|
|||||||
Reference in New Issue
Block a user