mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 4bf235cc3c into 291e96dcd0
This commit is contained in:
commit
030ffc5ca5
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ zstyle -s ":vcs_info:git:*:-all-" "command" _omz_git_git_cmd
|
|||
function current_branch() {
|
||||
git_current_branch
|
||||
}
|
||||
|
||||
alias c_b=current_branch
|
||||
|
||||
# The list of remotes
|
||||
function current_repository() {
|
||||
if ! $_omz_git_git_cmd rev-parse --is-inside-work-tree &> /dev/null; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue