diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-04-11 19:37:11 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-04-11 19:37:11 +0200 |
commit | 1653d28086c07998be4e30e1d3857cb85e59aa0f (patch) | |
tree | 5d2e2e50668417cb552840d7662dbe5fc57f14cb /.mrconfig | |
parent | dc6a4bfb76eb92519c3d17d790055a546cdb9df5 (diff) |
Move auxiliary functions to plugin
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,3 +22,8 @@ push = git push origin master checkout = git clone 'git@github.com:urbainvaes/vim-darjeeling.git' update = git pull origin master push = git push origin master + +[$HOME/dotfiles/plugins/vim-macaw] +checkout = git clone 'git@github.com:urbainvaes/vim-macaw.git' +update = git pull origin master +push = git push origin master |