Update tpm

This commit is contained in:
Fabian Ising
2019-08-23 17:50:37 +02:00
parent 3e538c007f
commit 3968987a2b
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
set-environment -g PATH "/usr/local/bin:/bin:/usr/bin"
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
set -g history-limit 999999999 set -g history-limit 999999999
@@ -81,4 +82,4 @@ set -g @themepack 'powerline/double/red'
# set -g @plugin 'git@bitbucket.com/user/plugin' # set -g @plugin 'git@bitbucket.com/user/plugin'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm >> /tmp/tpm_out 2>&1 >> /tmp/tpm_out' run '~/.tmux/plugins/tpm/tpm' # >> /tmp/tpm_out 2>&1 >> /tmp/tpm_out'