disabling autocd

This commit is contained in:
2026-03-07 23:05:07 +01:00
parent d511f424c1
commit 326f12746e
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -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;
@@ -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;