From c3d26cf7c146b153de1d845e1875c37d305beb42 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 1 Feb 2021 10:46:17 +0000 Subject: Fix issue with CapsLock --- .mrconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.mrconfig') diff --git a/.mrconfig b/.mrconfig index f88dd35..5f6d832 100644 --- a/.mrconfig +++ b/.mrconfig @@ -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 -- cgit v1.2.3