zsh updates

This commit is contained in:
2025-08-18 19:14:53 +02:00
parent 6b6b668ab3
commit 05742f5e50

View File

@@ -27,10 +27,10 @@ in {
la = "${getExe eza} -lah"; la = "${getExe eza} -lah";
tree = "${getExe eza} --tree --icons=always"; tree = "${getExe eza} --tree --icons=always";
extract = "extract.sh"; extract = "extract.sh";
homemodules = "$EDITOR /home/$USER/.nix-config/users/$USER/modules/home.nix"; homemodules = "$EDITOR /home/$USER/.nix-config/users/$USER/modules/{$HOST}mod.nix";
hmod = "$EDITOR /home/$USER/.nix-config/users/$USER/modules/home.nix"; hmod = "$EDITOR /home/$USER/.nix-config/users/$USER/modules/{$HOST}mod.nix";
homeoptions = "$EDITOR /home/$USER/.nix-config/users/$USER/modules/options.nix"; nixsettings = "$EDITOR /home/$USER/.nix-config/hosts/$HOST/settings.nix";
hopt = "$EDITOR /home/$USER/.nix-config/users/$USER/modules/options.nix"; nset = "$EDITOR /home/$USER/.nix-config/hosts/$HOST/settings.nix";
nixosmodules = "$EDITOR /home/$USER/.nix-config/hosts/$HOST/modules.nix"; nixosmodules = "$EDITOR /home/$USER/.nix-config/hosts/$HOST/modules.nix";
nmod = "$EDITOR /home/$USER/.nix-config/hosts/$HOST/modules.nix"; nmod = "$EDITOR /home/$USER/.nix-config/hosts/$HOST/modules.nix";
nixcleanboot = "sudo nix run /home/$USER/.nix-config#cleanup-boot"; nixcleanboot = "sudo nix run /home/$USER/.nix-config#cleanup-boot";