.cat.sh: add automatic restarting of shell.

exec $SHELL

Also add vim modeline ;)
This commit is contained in:
Mika Suomalainen 2012-01-10 17:42:12 +02:00
parent af15c7b3fa
commit d92952c9f2
1 changed files with 2 additions and 0 deletions

View File

@ -5,4 +5,6 @@ cat tmux.conf > ~/.tmux.conf
cat zshrc > ~/.zshrc
#cat gitconfig > ~/.gitconfig # I usually do not want this to be overridden so much.
cat vimrc > ~/.vimrc
exec $SHELL
# vim : set ft=sh :