feat(zsh): new aliases

This commit is contained in:
jacekpoz 2023-12-21 13:49:14 +01:00
parent 5a2837722e
commit 71a92734af
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -44,6 +44,8 @@ in {
n = "nix";
woman = "man";
wget = "wget --hsts-file=\"${config.home-manager.users.${config'.username}.xdg.dataHome}/wget-hsts\"";
open = "xdg-open";
":q" = "exit";
} // cfg.extraAliases;
initExtraFirst = mkIf cfg.profiling "zmodload zsh/zprof";
initExtra = mkIf cfg.profiling "zprof";