Updated tmux

This commit is contained in:
hellerve
2015-04-01 18:14:37 +02:00
parent 0092e0c47b
commit f6cde060af
2 changed files with 10 additions and 1 deletions

2
zshrc
View File

@@ -59,7 +59,7 @@ alias sloccount="sloccount --addlang makefile --addlang html --multiproject --du
alias vlc="/Applications/VLC.app/Contents/MacOS/VLC"
alias tmv="tmux split-window"
alias tmh="tmux split-window -h"
alias tms="tmux select-pane"
alias tms="tmux select-pane -t"
alias tmk="killall tmux; tmux"
PROMPT="[%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg_no_bold[yellow]%}%1~%{$reset_color%}]\$"