Tmux stuff?
This commit is contained in:
parent
13c7799da0
commit
5cca5b1d66
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# set default terminal
|
# set default terminal
|
||||||
set -ga terminal-overrides ",xterm-kitty:Tc,alacritty:Tc,xterm-termite:Tc"
|
#set -ga terminal-overrides ",xterm-kitty:Tc,alacritty:Tc,xterm-termite:Tc"
|
||||||
#set -g default-terminal "tmux-256color"
|
set-option -g default-terminal "tmux-256color"
|
||||||
# set mouse/history stuff
|
# set mouse/history stuff
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
set -g history-limit 20000
|
set -g history-limit 20000
|
||||||
|
|
|
@ -72,6 +72,7 @@ else
|
||||||
touch $HOME/.zshsrc
|
touch $HOME/.zshsrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export TERM="tmux-256color"
|
||||||
export SHELL="/bin/zsh"
|
export SHELL="/bin/zsh"
|
||||||
# asdf
|
# asdf
|
||||||
. $HOME/.asdf/asdf.sh
|
. $HOME/.asdf/asdf.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue