diff options
| author | schererleander <leander@schererleander.de> | 2025-10-04 02:48:05 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-10-04 02:48:05 +0200 |
| commit | 4f90ea891b4058d3b987540e031fa3d1c716a690 (patch) | |
| tree | 281a8cb1a9a50a086f2641e456845f82460d3dad /modules/home-manager/zsh.nix | |
| parent | f2f0948e581ebaae6f55f195d0d4e3d38fd31887 (diff) | |
feat: fix nix flake check alias overlapping exisiting nc command
Diffstat (limited to 'modules/home-manager/zsh.nix')
| -rw-r--r-- | modules/home-manager/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index a942457..cc80699 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -50,7 +50,7 @@ shellAliases = { ls = "ls --color=auto"; - nc = "nix flake check --all-systems"; + nixceck = "nix flake check --all-systems"; }; zplug = { |
