From 0fe99d9d4e2178f27ac9ad8b4040d5239c283ebe Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Wed, 11 Jun 2025 22:15:38 -0400 Subject: [PATCH] updated shellAliases --- users/richie/home/cli/zsh.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/users/richie/home/cli/zsh.nix b/users/richie/home/cli/zsh.nix index 8a28655..13a0cf7 100644 --- a/users/richie/home/cli/zsh.nix +++ b/users/richie/home/cli/zsh.nix @@ -23,11 +23,9 @@ "ll" = "eza --long --group"; "la" = "eza --all"; - "rspace" = "'for f in *\ *; do mv \"$f\" \"\${f// /_}\"; done'"; - "rebuild" = "sudo nixos-rebuild switch --flake /home/richie/dotfiles#$HOST"; + "rebuild" = "sudo nixos-rebuild switch --flake $HOME/dotfiles#$HOST"; "rebuild_backup" = - "sudo nixos-rebuild switch --flake /home/richie/dotfiles#$HOST --option substituters 'https://nix-community.cachix.org' --option trusted-public-keys 'cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY='"; - "nix-test" = "nixos-rebuild test --flake /home/richie/dotfiles"; + "sudo nixos-rebuild switch --flake $HOME/dotfiles#$HOST --option substituters 'https://nix-community.cachix.org' --option trusted-public-keys 'cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY='"; }; }; }