Added tmux configuration

This commit is contained in:
hellerve
2015-03-30 15:06:42 +02:00
parent 72495de4f9
commit 8e46a21046
3 changed files with 12 additions and 2 deletions

7
zshrc
View File

@@ -57,6 +57,10 @@ alias howmuch="git ls-tree -r -z --name-only HEAD -- . | xargs -0 -n1 git blame
alias clipboard_clear="echo lol | pbcopy"
alias sloccount="sloccount --addlang makefile --addlang html --multiproject --duplicates --crossdups --autogen"
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 tmk="killall tmux; tmux"
PROMPT="[%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg_no_bold[yellow]%}%1~%{$reset_color%}]\$"
expand-or-complete-with-dots(){
@@ -139,11 +143,12 @@ save_dotfiles(){
cp ~/.ghci ${DOTPATH}ghci
cp ~/.gitignore ${DOTPATH}gitignore
cp ~/.gitconfig ${DOTPATH}gitconfig
cp ~/.pip-upgrade ${DOTPATH}pip-upgrade
cp ~/.pythonrc ${DOTPATH}pythonrc
cp ~/.tmux.conf ${DOTPATH}tmux.conf
cp ~/.valgrindrc ${DOTPATH}valgrindrc
cp ~/.vimrc ${DOTPATH}vimrc
cp ~/.zshrc ${DOTPATH}zshrc
cp ~/.pip-upgrade ${DOTPATH}pip-upgrade
}