switched exa to lsd
This commit is contained in:
parent
cdeec91309
commit
ba48c01897
|
@ -1,7 +1,6 @@
|
||||||
set-option -g history-limit 100000
|
set-option -g history-limit 100000
|
||||||
set-option -g status off
|
set-option -g status off
|
||||||
set-option -g focus-events on
|
set-option -g focus-events on
|
||||||
set-option -g detach-on-destroy off
|
|
||||||
|
|
||||||
set -ga terminal-overrides ",*256col*:Tc"
|
set -ga terminal-overrides ",*256col*:Tc"
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
|
@ -19,7 +19,7 @@ plug "mafredri/zsh-async"
|
||||||
plug "sindresorhus/pure"
|
plug "sindresorhus/pure"
|
||||||
plug "zsh-users/zsh-autosuggestions"
|
plug "zsh-users/zsh-autosuggestions"
|
||||||
plug "zsh-users/zsh-syntax-highlighting"
|
plug "zsh-users/zsh-syntax-highlighting"
|
||||||
plug "zap-zsh/exa"
|
plug "zpm-zsh/ls"
|
||||||
plug "zap-zsh/fzf"
|
plug "zap-zsh/fzf"
|
||||||
plug "fdellwing/zsh-bat"
|
plug "fdellwing/zsh-bat"
|
||||||
plug "lukechilds/zsh-nvm"
|
plug "lukechilds/zsh-nvm"
|
||||||
|
|
Loading…
Reference in New Issue