Increase tmux scrollback
This commit is contained in:
@@ -32,6 +32,8 @@ set-option -g visual-silence off
|
|||||||
set-window-option -g monitor-activity off
|
set-window-option -g monitor-activity off
|
||||||
set-option -g bell-action none
|
set-option -g bell-action none
|
||||||
|
|
||||||
|
set-option -g history-limit 50000
|
||||||
|
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
|
|
||||||
setw -g clock-mode-colour colour135
|
setw -g clock-mode-colour colour135
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ bindkey '^[[Z' reverse-menu-complete
|
|||||||
# Configure history to be longer
|
# Configure history to be longer
|
||||||
HISTSIZE=10000000
|
HISTSIZE=10000000
|
||||||
SAVEHIST=10000000
|
SAVEHIST=10000000
|
||||||
|
export HISTFILE=~/.zsh_history
|
||||||
setopt BANG_HIST # Treat the '!' character specially during expansion.
|
setopt BANG_HIST # Treat the '!' character specially during expansion.
|
||||||
setopt EXTENDED_HISTORY # Write the history file in the ":start:elapsed;command" format.
|
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.
|
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-autosuggestions/zsh-autosuggestions.zsh
|
||||||
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
fi
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user