took advantage of tmux 1.8 blocking 'if-shell' to detect 'reattach-to-user-namespace'
This commit is contained in:
parent
abb7a1b70a
commit
2204f4380b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ bind e new-window -n '~/.tmux.conf' '${EDITOR:-vim} ~/.tmux.conf && tmux source
|
|||
bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'
|
||||
|
||||
# see https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
|
||||
set -g default-command '$(command -v reattach-to-user-namespace && echo '-l') $SHELL'
|
||||
if 'command -v reattach-to-user-namespace' 'set -g default-command "reattach-to-user-namespace -l $SHELL"'
|
||||
|
||||
|
||||
# -- display -------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue