Use emacs navigation in zsh

This commit is contained in:
Anthony Rose 2022-08-18 08:59:57 +01:00
parent 974915218e
commit e8c690bde4

View file

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