diff --git a/home-manager/package-configs/zsh.nix b/home-manager/package-configs/zsh.nix index 6b570fb..f29743f 100644 --- a/home-manager/package-configs/zsh.nix +++ b/home-manager/package-configs/zsh.nix @@ -20,6 +20,7 @@ shellAliases = { cd = "z"; code = "codium ./"; + lh = "ls -lah"; }; plugins = [ {