From ba48c01897bb5eb2eb2b1fcc6000a2b3235244f2 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Mon, 18 Sep 2023 11:04:30 -0500 Subject: [PATCH] switched exa to lsd --- tmux/tmux.conf | 1 - zsh/zshrc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e44fb39..70fd395 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -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 diff --git a/zsh/zshrc b/zsh/zshrc index b7f0fb4..1133267 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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"