9 lines
132 B
Bash
9 lines
132 B
Bash
#
|
|
# ~/.tmux.conf
|
|
# Author: Adam Gausmann
|
|
#
|
|
|
|
set -g default-terminal "screen-256color"
|
|
|
|
set -g status-bg cyan
|
|
set -g status-fg black
|