diff options
author | typebrook <typebrook@gmail.com> | 2018-09-29 12:20:24 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2018-09-29 12:20:24 +0800 |
commit | 2945c90458abdb116a8075e8459c48ceec99f95e (patch) | |
tree | 42a87c99a2ca4d874fbe09272c96ca6304e95040 | |
parent | acd28ef5eb9a9fc6844915a81ae17eaf6de5752c (diff) |
update Makefile
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,3 +2,7 @@ sync-alias: | |||
2 | cat ~/.bash_aliases > ./.bash_aliases | 2 | cat ~/.bash_aliases > ./.bash_aliases |
3 | sync-vim: | 3 | sync-vim: |
4 | cat ~/.vimrc > ./.vimrc | 4 | cat ~/.vimrc > ./.vimrc |
5 | apply-alias: | ||
6 | cat ./.bash_aliases > ~/.bash_aliases | ||
7 | apply-vim: | ||
8 | cat ./.vimrc > ~/.vimrc | ||