mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 22:16:34 +00:00
Fix usage of default shell in tmux
This commit is contained in:
parent
80dc29e5ac
commit
ec59aa3d28
@ -6,7 +6,7 @@ set-option -g set-titles on
|
||||
set-option -g set-titles-string '[#S:#I] #W'
|
||||
|
||||
# copy and paster
|
||||
if-shell 'test "$(uname -s)" = "Darwin"' 'set-option -g default-command "reattach-to-user-namespace-tmux bash"'
|
||||
if-shell 'test "$(uname -s)" = "Darwin"' 'set-option -g default-command "reattach-to-user-namespace-tmux $SHELL"'
|
||||
|
||||
# look good
|
||||
set -g default-terminal "screen-256color"
|
||||
|
Loading…
Reference in New Issue
Block a user