.cat.sh: Fix potential error "keyserver not specified".

This commit is contained in:
Mika Suomalainen 2012-03-24 12:50:05 +02:00
parent e86460b780
commit 13e4ef8060
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ 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
#gpg --recv-keys 3913CB03 # Run gpg once to get configuration file and keyrings.
#gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 3913CB03 # Run gpg once to get configuration file and keyrings.
#cat gpg.conf > ~/.gnupg/gpg.conf # Maybe this shouldn't get replaced so much, since it contains my key ids.
exec $SHELL