summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-26 04:37:49 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-26 04:37:49 +0000
commit4acc7c935e32c5e31b403b90d315cd7f8c0e7140 (patch)
treec9c3b5950c896497419f3682cf0dbbec1ab4b9a4
parent90b2c5292b310130cef2daee0f4e2f91195646da (diff)
downloaddotfiles-4acc7c935e32c5e31b403b90d315cd7f8c0e7140.tar
dotfiles-4acc7c935e32c5e31b403b90d315cd7f8c0e7140.tar.gz
dotfiles-4acc7c935e32c5e31b403b90d315cd7f8c0e7140.tar.bz2
dotfiles-4acc7c935e32c5e31b403b90d315cd7f8c0e7140.tar.xz
dotfiles-4acc7c935e32c5e31b403b90d315cd7f8c0e7140.zip
default shell in tmux
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 8354426..a5b34ab 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -5,6 +5,7 @@ set-option -g clock-mode-colour white
5set-option -g clock-mode-style 24 5set-option -g clock-mode-style 24
6set-option -g bell-action any 6set-option -g bell-action any
7set-option -g bell-on-alert on 7set-option -g bell-on-alert on
8set-option -g default-shell /run/current-system/sw/bin/zsh
8bind / command-prompt "split-window -h 'exec man %%'" 9bind / command-prompt "split-window -h 'exec man %%'"
9bind R source-file ~/.tmux.conf \; display-message " Config reloaded..." 10bind R source-file ~/.tmux.conf \; display-message " Config reloaded..."
10bind C clock-mode 11bind C clock-mode