Browse Source

Add alias for tmux to always enable 256 colors mode

Emmanuel Bouthenot 14 years ago
parent
commit
d1b5317997
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .zsh.d/config.d/alias.zsh

+ 2 - 0
.zsh.d/config.d/alias.zsh

@@ -47,6 +47,8 @@ alias mgrep="grep --color=tty -rnisH"
 alias rsu="sudo -E zsh"
 alias reload="exec zsh"
 
+alias tmux="tmux -2"
+
 #
 # Log viewers aliases
 #