Forráskód Böngészése

Add alias for tmux to always enable 256 colors mode

Emmanuel Bouthenot 14 éve
szülő
commit
d1b5317997
1 módosított fájl, 2 hozzáadás és 0 törlés
  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
 #