3 lines
144 B
Plaintext
3 lines
144 B
Plaintext
# sync clipboard
|
|
set-option -g default-command "which reattach-to-user-namespace > /dev/null && reattach-to-user-namespace -l $SHELL || $SHELL"
|