diff --git a/_setup.sh b/_setup.sh index bd7b7c2..bd60fab 100755 --- a/_setup.sh +++ b/_setup.sh @@ -58,6 +58,6 @@ if grep -q "Android" <<< `uname -a`; then termux-reload-settings fi -echo "exa fd bat tmux htop nano most ripgrep emacs zsh lf restic rclone" +echo "exa fd bat tmux htop nano most ripgrep emacs zsh lf restic rclone glow" echo "copy restic.sh if desired/needed" echo "run tmux and do -I to install plugins and finish setup" diff --git a/tmux.conf b/tmux.conf index 4a2c5be..496c02b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,8 @@ # Misc/General set -g allow-rename on set -g pane-border-status bottom +set-option -g pane-active-border-style fg=cyan +set-option -g pane-border-style fg=blue set -g history-limit 100000 set -g renumber-windows on set -g clock-mode-style 24 diff --git a/zshrc b/zshrc index 24bad9e..651add6 100644 --- a/zshrc +++ b/zshrc @@ -105,7 +105,7 @@ fi [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh # ensure histdb gets ctrl-r for history and skim widget can still be called -source ~/.zplug/repos/larkery/zsh-histdb/histdb-interactive.zsh +source ~/.zcomet/repos/larkery/zsh-histdb/histdb-interactive.zsh alias hist="histdb-skim-widget" # Fix home/end/del silly