added exa as ls replacement

This commit is contained in:
Nickiel12 2022-11-08 19:20:43 -08:00
parent a474317094
commit ea13e56046
2 changed files with 5 additions and 2 deletions

View file

@ -41,6 +41,7 @@ in
powerline
neofetch
ranger
exa
# vhs
nodejs # required for coc-nvim

View file

@ -17,9 +17,7 @@ in
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
'';
autocd = true;
history = {
path = "$HOME/.histfile";
size = 2000;
@ -34,6 +32,10 @@ in
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
}
];
shellAliases = {
ls = "exa";
};
};
home.file.".p10k.zsh" = {