Skip to content

Commit ff00150

Browse files
committed
tmux: raze broken plugins
1 parent 3982599 commit ff00150

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tmux/.tmux.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Using TPM
22
# $ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
33

4+
set-option -g default-command "reattach-to-user-namespace -l zsh"
5+
46
# Bindings
57
###################################################################################################
68

@@ -84,7 +86,6 @@ set-option -g @plugin 'sainnhe/tmux-fzf'
8486
set-option -g @plugin 'tmux-plugins/tmux-yank'
8587
set-option -g @plugin 'fcsonline/tmux-thumbs'
8688
set-option -g @plugin 'tmux-plugins/tmux-sensible'
87-
set-option -g @plugin 'ofirgall/tmux-window-name' # Must be before tmux-resurrect
8889
set-option -g @plugin 'tmux-plugins/tmux-resurrect'
8990
set-option -g @plugin 'tmux-plugins/tmux-continuum'
9091
set-option -g @plugin 'tmux-plugins/tmux-battery'

0 commit comments

Comments
 (0)