home(zsh): add helpful aliases
This commit is contained in:
parent
3e92a9e2bd
commit
545201f82c
1 changed files with 5 additions and 1 deletions
|
@ -75,9 +75,13 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
gs = "git status";
|
|
||||||
ls = "ls --color=auto";
|
ls = "ls --color=auto";
|
||||||
|
|
||||||
nix-shell = "nix-shell --run zsh";
|
nix-shell = "nix-shell --run zsh";
|
||||||
|
switch = "sudo nixos-rebuild -v switch -L";
|
||||||
|
|
||||||
|
gs = "git status";
|
||||||
|
gl = "git log --show-signature";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue