diff options
author | William Carroll <wpcarro@gmail.com> | 2017-07-30T01·40-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-07-30T01·40-0400 |
commit | c05c4d7a02b7eb2b6595ae54b7649fd7c1339e2b (patch) | |
tree | 3d4b2d8a0a1961be33a835e4d9ab55b3ff49c357 | |
parent | 40d9812e11ec2cbba56e147c001dd07e0a6e86e7 (diff) |
Removes unnecessary tmux cfg line
-rw-r--r-- | configs/shared/.tmux.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/shared/.tmux.conf b/configs/shared/.tmux.conf index 9d1d151bcecd..037529b6b394 100644 --- a/configs/shared/.tmux.conf +++ b/configs/shared/.tmux.conf @@ -50,7 +50,6 @@ set -g pane-active-border-fg brightred ## Status bar design # status line -set -g status-utf8 on set -g status-justify left set -g status-bg default set -g status-fg colour12 |