Added tmux startup script

This commit is contained in:
hellerve
2015-03-30 15:16:46 +02:00
parent 8e46a21046
commit 16301c9408
3 changed files with 8 additions and 0 deletions

1
zshrc
View File

@@ -140,6 +140,7 @@ pinfo(){
save_dotfiles(){
local DOTPATH=~/Documents/Code/Github/.dotfiles/
cp ~/.bash_profile ${DOTPATH}bash_profile
cp ~/dev-tmux ${DOTPATH}dev-tmux
cp ~/.ghci ${DOTPATH}ghci
cp ~/.gitignore ${DOTPATH}gitignore
cp ~/.gitconfig ${DOTPATH}gitconfig