add zsh aliases
This commit is contained in:
parent
fb3c45726a
commit
2003b739ba
1 changed files with 6 additions and 0 deletions
|
@ -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 = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue