mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Make shell aliases better
This commit is contained in:
parent
aa40d41eb6
commit
80ec405f9e
1 changed files with 5 additions and 1 deletions
|
@ -26,8 +26,12 @@
|
|||
lla = "ls --long --all";
|
||||
sl = "ls";
|
||||
|
||||
cp = "cp --verbose --progress";
|
||||
mk = "mkdir";
|
||||
mv = "mv --verbose";
|
||||
|
||||
pstree = "pstree -g 2";
|
||||
tree = "tree -C";
|
||||
tree = "tree -CF --dirsfirst";
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue