Skip to content

Commit

Permalink
update tmux config to fix powerline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Jul 27, 2022
1 parent 576a964 commit 5791516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ set -g @plugin 'tmux-plugins/tmux-resurrect'
run '~/.tmux/plugins/tpm/tpm'

# powerline
if-shell 'command -v powerline-daemon' 'powerline-daemon -q'
if-shell 'env "$POWERLINE_CONFIG_COMMAND" tmux setup' '' 'run-shell "powerline-config tmux setup"'
if-shell 'command -v powerline' 'set -g status-right "#(powerline tmux right)"'

# any other custom local conf
if '[ -f ~/.tmux.conf.local ]' 'source ~/.tmux.conf.local'

0 comments on commit 5791516

Please sign in to comment.