git: paging: colorArg: always pager: delta --paging=never customCommands: - key: "" command: "git remote prune {{.SelectedRemote.Name}}" context: "remotes" loadingText: "Pruning..." description: "prune deleted remote branches" - key: "" command: "git branch --merged develop | grep -v '^[ *]*develop$' | xargs git branch -d" context: "localBranches" loadingText: "Pruning..." description: "prune local branches that have been merged to develop"