Increase tmux scrollback

This commit is contained in:
2025-02-27 21:23:53 -08:00
parent ef48a37482
commit 86bb7a0d57
2 changed files with 9 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ bindkey '^[[Z' reverse-menu-complete
# Configure history to be longer
HISTSIZE=10000000
SAVEHIST=10000000
export HISTFILE=~/.zsh_history
setopt BANG_HIST # Treat the '!' character specially during expansion.
setopt EXTENDED_HISTORY # Write the history file in the ":start:elapsed;command" format.
setopt INC_APPEND_HISTORY # Write to the history file immediately, not when the shell exits.
@@ -66,3 +67,9 @@ if [ "$(uname)" = "Darwin" ]; then
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
fi
# Added by LM Studio CLI (lms)
export PATH="$PATH:/Users/smparkin/.cache/lm-studio/bin"
# Created by `pipx` on 2025-02-08 01:15:05
export PATH="$PATH:/Users/smparkin/.local/bin"