feat(zsh): alias ls to exa

main
mandlm 2022-07-07 17:22:12 +02:00
parent 6de9356406
commit af65e47cd3
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
enableSyntaxHighlighting = true; enableSyntaxHighlighting = true;
history.size = 10000; history.size = 10000;
shellAliases = {
ls = "exa --group-directories-first --git";
};
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ plugins = [