zsh: add dr alias

This commit is contained in:
Sam W 2023-01-05 01:19:16 +00:00
parent 2231683ffc
commit 6f688efc96
1 changed files with 1 additions and 0 deletions

View File

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