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 powerline
neofetch neofetch
ranger ranger
exa
# vhs # vhs
nodejs # required for coc-nvim nodejs # required for coc-nvim

View file

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