mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 22:43:44 +01:00
zsh: Add direnv allow alias
This commit is contained in:
parent
9d51472c88
commit
d484d8677a
@ -34,6 +34,7 @@ in {
|
|||||||
ip = "ip --color=auto";
|
ip = "ip --color=auto";
|
||||||
hmswitch = ''home-manager switch --flake ".#$(hostname -s)"'';
|
hmswitch = ''home-manager switch --flake ".#$(hostname -s)"'';
|
||||||
nrswitch = "nixos-rebuild --use-remote-sudo switch --flake '.#'";
|
nrswitch = "nixos-rebuild --use-remote-sudo switch --flake '.#'";
|
||||||
|
da = "direnv allow .";
|
||||||
};
|
};
|
||||||
# Extra .zshrc stuff
|
# Extra .zshrc stuff
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user