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/development/javascript.nixuser/settings/development/javascript.nix
@@ -59,7 +59,7 @@ tide
typescript-mode ]); - programs.zsh.shellAliases = { + home.shellAliases = { ava = "pnpx ava"; avt = "pnpx ava --tap"; avat = "pnpx ava --tap";