mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
feat: updates
This commit is contained in:
@@ -28,8 +28,7 @@ autocmd("BufWinEnter", {
|
||||
vim.cmd [[ Git add . ]]
|
||||
end, opts)
|
||||
|
||||
-- NOTE: It allows me to easily set the branch i am pushing and any tracking
|
||||
-- needed if i did not set the branch up correctly
|
||||
-- push with upstream
|
||||
vim.keymap.set("n", "<leader>gup", ":Git push -u origin ", opts);
|
||||
end,
|
||||
})
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"alfredsnippet" : {
|
||||
"snippet" : "¯\\_(ツ)_\/¯",
|
||||
"dontautoexpand" : true,
|
||||
"uid" : "D7FFCAD6-50D6-4D65-98B3-9CEC75CD4DD4",
|
||||
"name" : "Shrug",
|
||||
"keyword" : "!shrug"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user