zsh: Add direnv allow alias

This commit is contained in:
Sam W 2022-11-14 11:31:01 +00:00
parent 9d51472c88
commit d484d8677a
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ in {
ip = "ip --color=auto";
hmswitch = ''home-manager switch --flake ".#$(hostname -s)"'';
nrswitch = "nixos-rebuild --use-remote-sudo switch --flake '.#'";
da = "direnv allow .";
};
# Extra .zshrc stuff
initExtra = ''