Search code examples
tmux

Make tmux start with fish shell


I have both zsh and fish shell installed.

When I run tmux, it start with zsh.

enter image description here

I want it start with fish shell.

How can I do it?


Solution

  • Edit your tmux.conf and add this:

    # use /full/path/to/fish if it's not in $PATH
    set -g default-command fish