diff --git a/dotfiles/lazygit/.config/lazygit/config.yml b/dotfiles/lazygit/.config/lazygit/config.yml index 43795fa..494a264 100644 --- a/dotfiles/lazygit/.config/lazygit/config.yml +++ b/dotfiles/lazygit/.config/lazygit/config.yml @@ -15,6 +15,10 @@ customCommands: - key: '' context: global command: "dev clear" + - key: '' + context: global + command: "dev pr" + subprocess: true - key: 'r' context: localBranches command: "git rebase {{.SelectedLocalBranch.Name}}"