From 7b82664776fd2b211da212c4eb64a9123aeea12f Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 3 Jun 2015 16:26:08 +0100 Subject: shell-escape by default for latexmk + alias for tmuxline --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 190dcbf..d3a7b59 100644 --- a/zshrc +++ b/zshrc @@ -81,6 +81,10 @@ alias ex="$EDITOR ~/.xmodmap" alias ez="$EDITOR ~/.zshrc" alias eza="$EDITOR ~/.zathurarc" +# Tmux +alias son="tmux set -g status on" +alias soff="tmux set -g status off" + # Fix smart search history bindkey -a 'k' history-beginning-search-backward bindkey -a 'j' history-beginning-search-forward -- cgit v1.2.3