tmux config added

This commit is contained in:
KeeganForelight 2022-03-07 16:43:18 -05:00
parent 2887bca04e
commit 63b898af27
2 changed files with 7 additions and 0 deletions

View File

@ -18,4 +18,5 @@
path: zshrc path: zshrc
~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme ~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme
~/.vim/colors/onehalfdark.vim: vim/onehalf/vim/colors/onehalfdark.vim ~/.vim/colors/onehalfdark.vim: vim/onehalf/vim/colors/onehalfdark.vim
~/.tmux.conf: tmux.conf

6
tmux.conf Normal file
View File

@ -0,0 +1,6 @@
# Improve Colors
set -g default-terminal "screen-256color"
# Set scrollback buffer
set -g history-limit 10000