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 -ga terminal-overrides ",xterm-kitty:Tc,alacritty:Tc,xterm-termite:Tc"
|
||||
#set -g default-terminal "tmux-256color"
|
||||
#set -ga terminal-overrides ",xterm-kitty:Tc,alacritty:Tc,xterm-termite:Tc"
|
||||
set-option -g default-terminal "tmux-256color"
|
||||
# set mouse/history stuff
|
||||
set -g mouse on
|
||||
set -g history-limit 20000
|
||||
|
|
|
@ -72,6 +72,7 @@ else
|
|||
touch $HOME/.zshsrc
|
||||
fi
|
||||
|
||||
export TERM="tmux-256color"
|
||||
export SHELL="/bin/zsh"
|
||||
# asdf
|
||||
. $HOME/.asdf/asdf.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue