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"