mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
add config
This commit is contained in:
parent
ca9f27b612
commit
b596df106d
1 changed files with 5 additions and 1 deletions
|
|
@ -1033,7 +1033,11 @@ _git_checkout ()
|
|||
if [ -n "$(__git_find_on_cmdline "$flags")" ]; then
|
||||
track=''
|
||||
fi
|
||||
__gitcomp_nl "$(__git_refs_local '' $track)"
|
||||
if [ -z ${GITFAST_CHECKOUT_LOCAL_ONLY+x} ]; then
|
||||
__gitcomp_nl "$(__git_refs '' $track)"
|
||||
else
|
||||
__gitcomp_nl "$(__git_refs_local)"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue