Skip to content
Snippets Groups Projects
Commit fad23f4d authored by Jens Nolte's avatar Jens Nolte
Browse files

zsh: Disable autocd

parent f6322bd0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment