From d84e2f040d2125d3f7c87249da554646b227286b Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 18 Aug 2022 09:03:32 +0100 Subject: [PATCH] Revert "Use emacs navigation in zsh" This reverts commit e8c690bde462f7c70ed86cd67b68ae7560007f0d. --- roles/home-cli/files/bashrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index e46329e..9140bef 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -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