From fad23f4dad06b91ac27b94f1fed7c9ac3948a642 Mon Sep 17 00:00:00 2001 From: Jens Nolte <jens@nightmarestudio.de> Date: Tue, 26 May 2020 22:21:28 +0200 Subject: [PATCH] zsh: Disable autocd --- layers/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layers/zsh.nix b/layers/zsh.nix index 21e78a9..a76af9c 100644 --- a/layers/zsh.nix +++ b/layers/zsh.nix @@ -8,6 +8,8 @@ in environment.systemPackages = with pkgs; [ neovim less + # required for neovim spellcheck + aspell ]; programs.tmux = { @@ -124,7 +126,6 @@ in SAVEHIST=100000 setopt appendhistory histignorealldups - setopt autocd setopt extendedglob unsetopt flowcontrol -- GitLab