feat(zsh): alias ls to exa
parent
6de9356406
commit
af65e47cd3
|
@ -6,6 +6,10 @@
|
|||
enableSyntaxHighlighting = true;
|
||||
history.size = 10000;
|
||||
|
||||
shellAliases = {
|
||||
ls = "exa --group-directories-first --git";
|
||||
};
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
|
|
Loading…
Reference in New Issue