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 b416ae7660
commit 61821dcf20
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

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