From 326f12746ee1fc3156c28d667b83ed9c42a6d425 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sat, 7 Mar 2026 23:05:07 +0100 Subject: [PATCH] disabling autocd --- Droidnix/README.org | 2 +- .../generated/system/applications/terminal_shell/zsh.nix | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index 0fa7520fa..979b692b0 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -1139,7 +1139,7 @@ This is top file of this level which contains just an import statement for all r programs.zsh = { enable = true; enableCompletion = true; - autocd = true; + #autocd = true; dotDir = "${config.xdg.configHome}/zsh"; oh-my-zsh = { enable = true; diff --git a/Droidnix/generated/system/applications/terminal_shell/zsh.nix b/Droidnix/generated/system/applications/terminal_shell/zsh.nix index d607ec07f..fd75c004e 100644 --- a/Droidnix/generated/system/applications/terminal_shell/zsh.nix +++ b/Droidnix/generated/system/applications/terminal_shell/zsh.nix @@ -1,9 +1,14 @@ -{ config, pkgs, lib, ... }: +{ + config, + pkgs, + lib, + ... +}: { programs.zsh = { enable = true; enableCompletion = true; - autocd = true; + #autocd = true; dotDir = "${config.xdg.configHome}/zsh"; oh-my-zsh = { enable = true;