forked from poz/niksos
feat(zsh): new aliases
This commit is contained in:
parent
5a2837722e
commit
71a92734af
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue