Skip to content

Commit

Permalink
feat: use tmux-256color
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nhunt committed Jul 16, 2020
1 parent 739152f commit 224a5bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotfiles/.macos.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bind C-a send-prefix

set -g allow-rename off
# Use 256 colors
set -g default-terminal "screen-256color"
set -g default-terminal "tmux-256color"

# Use zsh as default shell
set -g default-shell $SHELL
Expand Down
2 changes: 1 addition & 1 deletion dotfiles/.wsl.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bind C-a send-prefix

set -g allow-rename off
# Use 256 colors
set -g default-terminal "screen-256color"
set -g default-terminal "tmux-256color"

# Use zsh as default shell
set -g default-shell $SHELL
Expand Down

0 comments on commit 224a5bd

Please sign in to comment.