Skip to content

Commit

Permalink
chore(tmux): remove status bar option in portable conf
Browse files Browse the repository at this point in the history
  • Loading branch information
loliee committed Feb 25, 2019
1 parent 8a8dbf4 commit a7cf191
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .sshrc.d/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ unbind %
bind | split-window -h
bind - split-window -v

# Status bar utf8
set -g status-utf8 on

# Status bar position
if-shell "[[ `tmux -V | awk '{print $2}'` -gt '1.6' ]]" \; 'set-option -g status-position top'

Expand Down

0 comments on commit a7cf191

Please sign in to comment.