Skip to content

Commit

Permalink
tmux: Use configured shell
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjachmann committed Sep 11, 2021
1 parent 25af4ea commit 98c9dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux/.config/tmux/tmux.conf
@@ -1,6 +1,6 @@
# setup shell and terminal configuration
set -g default-shell "/usr/local/bin/zsh"
set -g default-command "/usr/local/bin/reattach-to-user-namespace -l /usr/local/bin/zsh"
set -g default-command "/usr/local/bin/reattach-to-user-namespace -l $SHELL"
set -g default-terminal "screen-256color"

if-shell '[[ "$(/usr/local/bin/tmux -V)" == "tmux 3.2a" ]]' 'source-file $HOME/.config/tmux/3.2a.conf'
Expand Down

0 comments on commit 98c9dd4

Please sign in to comment.