Revert "Use emacs navigation in zsh"

This reverts commit e8c690bde4.
This commit is contained in:
Anthony Rose 2022-08-18 09:03:32 +01:00
parent e8c690bde4
commit d84e2f040d

View file

@ -61,11 +61,8 @@ done
umask 0022
if [ -n "$ZSH_VERSION" ]
if [ -z "$ZSH_VERSION" ]
then
setopt emacs
setopt noclobber
else
set -o emacs
set -o noclobber
fi