switched exa to lsd

This commit is contained in:
Rudis Muiznieks 2023-09-18 11:04:30 -05:00
parent cdeec91309
commit ba48c01897
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
set-option -g history-limit 100000
set-option -g status off
set-option -g focus-events on
set-option -g detach-on-destroy off
set -ga terminal-overrides ",*256col*:Tc"
set -g mouse on

View File

@ -19,7 +19,7 @@ plug "mafredri/zsh-async"
plug "sindresorhus/pure"
plug "zsh-users/zsh-autosuggestions"
plug "zsh-users/zsh-syntax-highlighting"
plug "zap-zsh/exa"
plug "zpm-zsh/ls"
plug "zap-zsh/fzf"
plug "fdellwing/zsh-bat"
plug "lukechilds/zsh-nvm"