adjusted 'reattach-no-usernamespace' detection
This commit is contained in:
parent
aac6a54ff1
commit
e16854213e
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'
|
bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'
|
||||||
|
|
||||||
# see https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
|
# see https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
|
||||||
set -g default-command "initializing() { $(command -v reattach-to-user-namespace && echo '-l') $SHELL; }; initializing"
|
set -g default-command "initializing() { $(command -v reattach-to-user-namespace) $SHELL -l; }; initializing"
|
||||||
|
|
||||||
|
|
||||||
# -- display -------------------------------------------------------------------
|
# -- display -------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue