add zsh aliases

This commit is contained in:
Sakooooo 2024-07-05 22:59:07 +04:00
parent fb3c45726a
commit 2003b739ba
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -34,7 +34,13 @@ in {
enableCompletion = true; enableCompletion = true;
shellAliases = { shellAliases = {
ll = "ls -l"; ll = "ls -l";
# nix thing
update = "sudo nixos-rebuild switch -v"; update = "sudo nixos-rebuild switch -v";
search = "nix search";
shell = "nix shell";
run = "nix run";
cleanup = "sudo nix-collect-garbage --delete-older-than 3d && nix-collect-garbage -d";
}; };
plugins = [ plugins = [
{ {