From 912cf1785263281b7d930babc47f9960efc65503 Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Wed, 6 Feb 2013 17:40:40 +0100 Subject: [PATCH] zsh: add alias to force 256color mode for tmux --- zsh/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 5957ee1..0ccb241 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -144,6 +144,7 @@ preexec() { } #-------# alias vi='vim' alias mv='mv -i' +alias tmux='tmux -2' alias mv_p='rsync --progress --remove-source-files -h' alias ls='ls --color=auto' alias windows='sudo grub-reboot 2;sudo reboot' @@ -151,7 +152,7 @@ alias youtube='quvi --exec "mplayer %u"' alias poweroff='sudo poweroff' alias xephyr-dualscreen='Xephyr -ac -br -noreset -screen 800x600 -screen 800x600 :1& sleep 3; DISPLAY=:1; setxkbmap fr bepo' alias xephyr-onescreen='Xephyr -ac -br -noreset -screen 800x600 :1& sleep 3; DISPLAY=:1; setxkbmap fr bepo' -alias reload="pkill -u `id -u` -USR1 zsh" +alias reload="pkill -u `id -u` --signal USR1 zsh" alias -s pdf=zathura alias -s ps=gv