diff options
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -27,3 +27,8 @@ push = git push origin master checkout = git clone 'git@github.com:urbainvaes/vim-macaw.git' update = git pull origin master push = git push origin master + +[$HOME/dotfiles/plugins/nvim-i3scratchpad] +checkout = git clone 'git@github.com:urbainvaes/nvim-i3scratchpad.git' +update = git pull origin master +push = git push origin master |