From 19ef289cf37b9c381102b7e600581144992d31d1 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sun, 12 Apr 2026 18:47:44 +0200 Subject: [PATCH] home/zsh: enable completion, use exact ls command on chpwd() --- home/common/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/common/zsh.nix b/home/common/zsh.nix index 38da592..076d185 100644 --- a/home/common/zsh.nix +++ b/home/common/zsh.nix @@ -12,7 +12,7 @@ programs.zsh = { autocd = true; - enableCompletion = false; + enableCompletion = true; defaultKeymap = "viins"; /* dotDir = "\"$XDG_CONFIG_HOME\"/zsh"; */ @@ -89,7 +89,7 @@ RPS1="" function chpwd() { - ls; + ls --color=tty; } function osc7-pwd() {