all repos — nixfiles @ 7f3e574437879f97ca606b29f7a914bc04f32fbb

System and user configuration, managed by nix and home-manager

Make shell aliases shell-agnostic

Alan Pearce
commit

7f3e574437879f97ca606b29f7a914bc04f32fbb

parent

62e1af7c507917673ed5299478c27d341089a544

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -137,7 +137,7 @@
programs.zsh.dirHashes = { icloud = "$HOME/Library/Mobile\ Documents/com~apple~CloudDocs"; }; - programs.zsh.shellAliases = { + home.shellAliases = { rb = "darwin-rebuild"; rbs = "darwin-rebuild switch --flake $(ghq list -p nixfiles)";