Skip to content

Commit

Permalink
tmux.conf: make $HOME expand for tmux-resurrect
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Mar 15, 2024
1 parent 0aa6ff7 commit 6e2ea8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ set-option -wg aggressive-resize on
set -g @plugin "tmux-plugins/tpm"
set -g @plugin "tmux-plugins/tmux-yank"
set -g @plugin "tmux-plugins/tmux-resurrect"
set -g @resurrect-processes '"ruby $HOME/bin/server->server"'
set -g @resurrect-processes "\"ruby $HOME/bin/server->server\""
set -g @resurrect-strategy-vim "session"
set -g @resurrect-strategy-nvim "session"
run-shell -b "~/.tmux/plugins/tpm/tpm"

0 comments on commit 6e2ea8d

Please sign in to comment.