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 = {
|
shellAliases = {
|
||||||
ll = "ls -ABnhl --time-style=long-iso";
|
ll = "ls --almost-all --ignore-backups --literal --human-readable --time-style=long-iso -l";
|
||||||
|
};
|
||||||
|
|
||||||
|
shellAbbrs = {
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue