mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Merge pull request #2 from JustinAiken/feature/marks_autocomplete_avaiable
Great addition. Thanks!
This commit is contained in:
commit
9cd1afb871
1 changed files with 4 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ function marks {
|
||||||
}
|
}
|
||||||
|
|
||||||
function _completemarks {
|
function _completemarks {
|
||||||
reply=($(ls $MARKPATH))
|
reply=($(ls $MARKPATH/**/*(-) | grep : | sed -E 's/(.*)\/([_\da-zA-Z\-]*):$/\2/g'))
|
||||||
}
|
}
|
||||||
|
|
||||||
compctl -K _completemarks jump
|
compctl -K _completemarks jump
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue