From 07b3673fb43c03543972ea5fa00bd863e8d5f1d8 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Sat, 4 Apr 2026 18:00:55 +0200 Subject: fix: remove stale .zwc files that shadow nix-managed zsh configs --- modules/home/zsh.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/home') diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index d7d02e7..678e70d 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -64,6 +64,9 @@ in # https://github.com/koalaman/shellcheck/issues/809 # shellcheck disable=SC1090 # sourced filenames with variables + # Remove stale compiled zsh files that shadow nix-managed configs + rm -f ~/.config/zsh/.zshrc.zwc ~/.config/zsh/{aliases,path,extras}.zwc + eval "$(starship init zsh)" source ~/.zsh_repos/marlonrichert/zsh-autocomplete/zsh-autocomplete.plugin.zsh -- cgit v1.2.3