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() {