This commit is contained in:
Kopatz
2024-06-23 11:59:33 +02:00
parent e193b3dc7d
commit 65bdefdb9d

View File

@@ -13,6 +13,8 @@
collectGarbage = "nh clean all"; collectGarbage = "nh clean all";
edit = "cd ~/projects/github/nix-config && nvim ."; edit = "cd ~/projects/github/nix-config && nvim .";
ll = "ls -l"; ll = "ls -l";
ls = "eza --icons";
la = "eza -la --icons --group-directories-first";
ssh = "TERM=xterm-256color ssh"; ssh = "TERM=xterm-256color ssh";
update = "sudo nixos-rebuild switch"; update = "sudo nixos-rebuild switch";
updateFancy = "nh os switch"; updateFancy = "nh os switch";