zsh updates
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user