feat(zsh): alias ls to exa
parent
6de9356406
commit
af65e47cd3
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue