diff --git a/base/.config/profile/profile.d/base.sh b/base/.config/profile/profile.d/base.sh index 963494c..2a4db79 100644 --- a/base/.config/profile/profile.d/base.sh +++ b/base/.config/profile/profile.d/base.sh @@ -4,6 +4,7 @@ alias slugify="sed -e 's/[^[:alnum:]]/-/g' | tr -s '-' | tr A-Z a-z" if type nvim >/dev/null 2>/dev/null ; then export EDITOR=nvim + alias vim=nvim else export EDITOR=vim fi