ll as alias
This commit is contained in:
parent
aa02a442a2
commit
ac151edf2a
1 changed files with 4 additions and 2 deletions
|
@ -94,9 +94,11 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
shellAbbrs = {
|
||||
ll = "ls -ABnhl --time-style=long-iso";
|
||||
shellAliases = {
|
||||
ll = "ls --almost-all --ignore-backups --literal --human-readable --time-style=long-iso -l";
|
||||
};
|
||||
|
||||
shellAbbrs = {
|
||||
ga = "git add";
|
||||
gc = "git commit";
|
||||
gp = "git push";
|
||||
|
|
Loading…
Add table
Reference in a new issue