diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc
index 5ca4662..a40847d 100644
--- a/dotfiles/.vimrc
+++ b/dotfiles/.vimrc
@@ -4,7 +4,7 @@ filetype off
 set viminfo+=/1000000,:1000000
 
 if has('python3')
-  source = $HOME . '.py3.vimrmc'
+  source $HOME/.py3.vimrc
 endif
 
 filetype plugin indent on