diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index 9140bef..e46329e 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -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