Remove shellAliases

This commit is contained in:
Evie Litherland-Smith 2024-09-21 05:49:48 +01:00
parent 84be0592ab
commit 9bef3a3f11

View file

@ -7,9 +7,5 @@
(pkgs.writeShellScriptBin "rsync-local-config" (builtins.readFile ./shell/rsync-local-config.sh))
(pkgs.writeShellScriptBin "xdg-query-program" (builtins.readFile ./shell/xdg-query-program.sh))
];
shellAliases = {
gsa = "git-sync-all";
gsad = "git-sync-all && shutdown now";
};
};
}