programs/terminal/shell/nushell: remove indicator chars for vi mode
This commit is contained in:
parent
774b73ecfd
commit
080e3fb0db
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue