8 lines
113 B
Bash
8 lines
113 B
Bash
# Improve Colors
|
|
set -g default-terminal "screen-256color"
|
|
|
|
# Set scrollback buffer
|
|
set -g history-limit 10000
|
|
|
|
|