diff --git a/.cat.sh b/.cat.sh index 6a2ef37e..70d48819 100755 --- a/.cat.sh +++ b/.cat.sh @@ -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