.cat.sh: fix this script again...

This commit is contained in:
Mika Suomalainen 2012-04-30 19:30:47 +03:00
parent 9f12d233b1
commit f0309e849d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ cat zshrc > ~/.zshrc
cat gitconfig > ~/.gitconfig
cat vimrc > ~/.vimrc
mkdir -p ~/.gnupg
cat gnupg/gpg.conf > ~/.gpg.conf
cat gnupg/gpg.conf > ~/.gnupg/gpg.conf
cat gpg.conf > ~/.gnupg/gpg.conf
cat xsessionrc > ~/.xsessionrc
exec $SHELL