forked from extern/nix-config
fish(exa): Show git status
This commit is contained in:
parent
3b282214fc
commit
ade6fa196b
@ -24,8 +24,8 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "${pkgs.exa}/bin/exa --icons --group-directories-first -I 'lost+found'";
|
ls = "${pkgs.exa}/bin/exa --icons --group-directories-first --git -I 'lost+found'";
|
||||||
tree = "${pkgs.exa}/bin/exa --icons --group-directories-first --all --long --tree -I 'node_modules|.git|public|lost+found|target|.next'";
|
tree = "${pkgs.exa}/bin/exa --icons --group-directories-first --all --long --tree --git -I 'node_modules|.git|public|lost+found|target|.next'";
|
||||||
mv = "mv -i";
|
mv = "mv -i";
|
||||||
cp = "cp -ia";
|
cp = "cp -ia";
|
||||||
rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case";
|
rg = "${pkgs.ripgrep}/bin/rg --max-columns=2000 --smart-case";
|
||||||
|
Loading…
Reference in New Issue
Block a user