diff --git a/system/home/scripts/default.nix b/system/home/scripts/default.nix index 29e43780..08704745 100644 --- a/system/home/scripts/default.nix +++ b/system/home/scripts/default.nix @@ -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"; - }; }; }