Remove stray nvim aliases
This commit is contained in:
parent
d56a823ef9
commit
672e92b583
1 changed files with 0 additions and 8 deletions
|
@ -233,14 +233,6 @@ else
|
|||
fi
|
||||
export EDITOR
|
||||
|
||||
# Use nvim if installed.
|
||||
if command -v nvim > /dev/null
|
||||
then
|
||||
export EDITOR="nvim -f"
|
||||
alias vi=nvim
|
||||
alias vim=nvim
|
||||
fi
|
||||
|
||||
# Use root's cache instead of having one for root and one for the user.
|
||||
if [ "$(id -u)" -ne 0 ] && [ -x /usr/bin/dnf ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue