diff --git a/.swp b/.swp deleted file mode 100644 index aaf95bd..0000000 Binary files a/.swp and /dev/null differ diff --git a/Makefile b/Makefile index 9d11f17..0dd22db 100644 --- a/Makefile +++ b/Makefile @@ -28,3 +28,6 @@ ssh: echo -e "\n" >> ~/.ssh/config cat .ssh/config >> ~/.ssh/config +git: + ln -s $(PWD)/.gitconfig ~ || true +