programs/terminal/shell/nushell: remove indicator chars for vi mode

This commit is contained in:
Anthony Rodriguez 2025-01-29 11:24:57 +01:00
parent 774b73ecfd
commit 080e3fb0db
Signed by: nezia
SSH key fingerprint: SHA256:R/ue1eTzTHUoo77lJD/3fSUsyL4AwvcHImU5BAZai+8

View file

@ -37,6 +37,11 @@ in {
}
$env.SSH_AUTH_SOCK = $"($env.XDG_RUNTIME_DIR)/ssh-agent"
# remove indicator chars besides the one provided by starship
$env.PROMPT_INDICATOR_VI_INSERT = ""
$env.PROMPT_INDICATOR_VI_NORMAL = ""
$env.PROMPT_MULTILINE_INDICATOR = "| "
# aliases
alias ll = ls -l
alias lg = lazygit