Added alias for git rebase -i
This commit is contained in:
@@ -71,6 +71,7 @@ git_branch_all_alias="gba"
|
||||
git_branch_move_alias="gbm"
|
||||
git_branch_delete_alias="gbd"
|
||||
git_rebase_alias="grb"
|
||||
git_rebase_interactive_alias="grbi"
|
||||
git_rebase_alias_continue="grbc"
|
||||
git_rebase_alias_abort="grba"
|
||||
git_merge_alias="gm"
|
||||
@@ -95,4 +96,4 @@ git_add_and_commit_keys="\C-xc" # CTRL+x, c
|
||||
# Expand numbered args for common shell commands
|
||||
shell_command_wrapping_enabled="true"
|
||||
# Here you can tweak the list of wrapped commands.
|
||||
scmb_wrapped_shell_commands="vim emacs gedit cat rm cp mv ln cd"
|
||||
scmb_wrapped_shell_commands="vim emacs gedit cat rm cp mv ln cd"
|
||||
|
||||
Reference in New Issue
Block a user