eza: init (remove colorls)
This commit is contained in:
parent
3e5b64ec51
commit
9fff02227a
4 changed files with 12 additions and 6 deletions
|
@ -38,9 +38,8 @@ in
|
|||
'';
|
||||
shellAliases = {
|
||||
vim = "hx";
|
||||
ls = "colorls --gs -A";
|
||||
ll = "ls -l";
|
||||
lt = "colorls --tree";
|
||||
ls = "eza -lh --icons --git";
|
||||
lss = "ls --total-size";
|
||||
};
|
||||
plugins = with pkgs.fishPlugins; [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue