dodanie kilku aliasów
This commit is contained in:
@@ -187,7 +187,10 @@ in {
|
|||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
sv = "sudo nvim";
|
os-sw = "sudo nixos-rebuild switch --flake ~/zaneyos";
|
||||||
|
os-bt = "sudo nixos-rebuild boot --flake ~/zaneyos";
|
||||||
|
os-ts = "sudo nixos-rebuild test --flake ~/zaneyos";
|
||||||
|
os-up = "sudo nix flake update";
|
||||||
fr = "nh os switch --hostname ${host} /home/${username}/zaneyos";
|
fr = "nh os switch --hostname ${host} /home/${username}/zaneyos";
|
||||||
fu = "nh os switch --hostname ${host} --update /home/${username}/zaneyos";
|
fu = "nh os switch --hostname ${host} --update /home/${username}/zaneyos";
|
||||||
zu = "sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)";
|
zu = "sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)";
|
||||||
@@ -197,6 +200,7 @@ in {
|
|||||||
ls = "eza --icons";
|
ls = "eza --icons";
|
||||||
ll = "eza -lh --icons --grid --group-directories-first";
|
ll = "eza -lh --icons --grid --group-directories-first";
|
||||||
la = "eza -lah --icons --grid --group-directories-first";
|
la = "eza -lah --icons --grid --group-directories-first";
|
||||||
|
ssh-server = "ssh garand_plg@192.168.1.156 -p 556 -i ~/.ssh/hp-t640-homeserver";
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user