diff options
author | Urbain Vaes <urbain@vaes.uk> | 2021-02-01 10:46:17 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2021-02-01 10:46:17 +0000 |
commit | c3d26cf7c146b153de1d845e1875c37d305beb42 (patch) | |
tree | 078e667deddf8d8a6ae3525343af50f1c700c8c5 /.mrconfig | |
parent | 7ed9e3d4e33bed4b2edf23da7f812bd72e08bac8 (diff) |
Fix issue with CapsLock
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,3 +32,8 @@ push = git push origin master checkout = git clone 'git@github.com:urbainvaes/nvim-i3scratchpad.git' update = git pull origin master push = git push origin master + +[$HOME/dotfiles/plugins/urbainvaes] +checkout = git clone 'git@github.com:urbainvaes/urbainvaes.git' +update = git pull origin main +push = git push origin main |