mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 10:37:44 +00:00
shells: init
This commit is contained in:
parent
4a90dba591
commit
5a699752fd
11 changed files with 99 additions and 55 deletions
16
modules/common/shell/aliases.nix
Normal file
16
modules/common/shell/aliases.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
environment.shellAliases = {
|
||||
la = "ls --all";
|
||||
ll = "ls --long";
|
||||
lla = "ls --long --all";
|
||||
sl = "ls";
|
||||
|
||||
cp = "cp --recursive --verbose --progress";
|
||||
mk = "mkdir";
|
||||
mv = "mv --verbose";
|
||||
rm = "rm --recursive --verbose";
|
||||
|
||||
pstree = "pstree -g 3";
|
||||
tree = "eza --tree --git-ignore --group-directories-first";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue