Set tmux default shell

This commit is contained in:
Marko Korhonen 2022-10-10 11:28:39 +03:00
parent ccdd60a353
commit 2388de891f

View file

@ -1,3 +1,6 @@
# set shell
set -g default-shell /bin/zsh
# Change prefix to ctrl+a
unbind C-b
set -g prefix C-a