fish: Update ls alias
This commit is contained in:
parent
2d7d48a13e
commit
0dab7bdd5a
1 changed files with 1 additions and 2 deletions
|
@ -39,8 +39,7 @@ in
|
|||
];
|
||||
|
||||
shellAliases = {
|
||||
# code = "${pkgs.vscode}/bin/code --enable-features=UseOzonePlatform --ozone-platform=wayland";
|
||||
ls = "${pkgs.eza}/bin/eza -Fb --git";
|
||||
ls = "${pkgs.eza}/bin/eza --long --git --git-repos --header --classify --binary";
|
||||
|
||||
vimdiff = mkIf config.eboskma.programs.neovim.enable "nvim -d";
|
||||
vim = mkIf config.eboskma.programs.neovim.enable "nvim";
|
||||
|
|
Loading…
Reference in a new issue