[nvim] Make sudo save easier

This commit is contained in:
Fabian Ising
2023-07-25 13:59:37 +02:00
parent eb9b2a0792
commit ad66c9387f
2 changed files with 5 additions and 1 deletions

View File

@@ -50,6 +50,9 @@ if `which go &>/dev/null`; then
export GOPATH=$(go env GOPATH)
fi
# Sudo workaround for neovim
export SUDO_ASKPASS=$(command -v ssh-askpass)
# Powerlevel 10k
# Remove padding on right side
ZLE_RPROMPT_INDENT=0