Added tmux configuration
This commit is contained in:
7
zshrc
7
zshrc
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user