diff options
author | typebrook <typebrook@gmail.com> | 2018-10-10 10:27:44 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2018-10-10 10:27:44 +0800 |
commit | 3f5b7dec42ad797ff72e35591534cc98375ccf80 (patch) | |
tree | 74dd5fd989e9cc5ac3f1706f1332f8958bf328e1 /Makefile | |
parent | 65429c679e050cdbe92d8fd0d92e4c5a88c3b8d7 (diff) |
update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ | |||
1 | sync-alias: | 1 | 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 ~/.vim_runtime/my_configs.vim > ./.vimrc |
5 | apply-alias: | 5 | apply-alias: |
6 | cat ./.bash_aliases > ~/.bash_aliases | 6 | cat ./.bash_aliases > ~/.bash_aliases |
7 | apply-vim: | 7 | apply-vim: |
8 | cat ./.vimrc > ~/.vimrc | 8 | cat ./.vimrc > ~/.vim_runtime/my_configs.vim |
9 | push: | 9 | push: |
10 | git commit -am "update" | 10 | git commit -am "update" |
11 | git push | 11 | git push |