Set tmux default shell

This commit is contained in:
Marko Korhonen 2022-10-10 11:28:39 +03:00
parent 8a9985e3a0
commit 5527f6ad05
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

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