mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 08:20:59 +02:00
Add git-subrepo to git completion
This commit is contained in:
parent
5b7df52877
commit
52e5039a09
5
.zshrc
5
.zshrc
@ -60,6 +60,11 @@ function chpwd_leave_profile_krakul() {
|
||||
}
|
||||
chpwd_profiles
|
||||
|
||||
|
||||
# for some reason zsh does not pick up git-subrepo custom command
|
||||
# I have to add it manually to git completion
|
||||
zstyle ':completion:*:*:git:*' user-commands subrepo:'perform git-subrepo operations'
|
||||
|
||||
# First clear grml-zsh-config provided directory hashes
|
||||
hash -d -r
|
||||
# shorten dir name in prompt
|
||||
|
Loading…
Reference in New Issue
Block a user