mirror of https://github.com/wlcx/home.git
zsh: add dr alias
This commit is contained in:
parent
2231683ffc
commit
6f688efc96
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in New Issue