update ndr alias

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-19 22:11:13 -05:00
parent 565a000c01
commit 70b4ac8481
2 changed files with 1 additions and 6 deletions

View file

@ -17,12 +17,6 @@
"~/.config"
];
};
home.shellAliases = {
ndr = "nix-direnv-reload";
};
programs.zsh.shellAliases = {
ndr = "nix-direnv-reload";
};
};
};
}