mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
tmux.conf: always run zsh
if it's not found, it seems to fallback silently to "default" shell.
This commit is contained in:
parent
3d1b5adf01
commit
a1b1e12167
@ -28,3 +28,6 @@ bind-key 0 select-window -t :10
|
||||
|
||||
# Enables additional colours
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
# Always run zsh
|
||||
shell-command /usr/bin/env zsh
|
||||
|
Loading…
Reference in New Issue
Block a user