buhfur

For all things in my brain

View on GitHub

Tmux notes

Run tmux with diff config file

tmux -f .something.conf

Change default terminal

Put this in your .tmux.conf file , the example below changes the default shell to zsh

set -g default-shell /bin/zsh