diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ install: ## Install the symlink vim +PlugInstall +qa uninstall: ## Remove the sumlink - [[ -L ~/.muttrc ]] && rm ~/.vimrc + [[ -L ~/.vimrc ]] && rm ~/.vimrc |