forked from extern/ohmyzsh
Filter out missing links with jump autocomplete
This commit is contained in:
parent
73c22c146c
commit
128cd3f566
@ -21,7 +21,7 @@ function marks {
|
||||
}
|
||||
|
||||
function _completemarks {
|
||||
reply=($(ls $MARKPATH))
|
||||
reply=($(ls $MARKPATH/**/*(-) | grep : | sed -E 's/(.*)\/([a-z]*):$/\2/g'))
|
||||
}
|
||||
|
||||
compctl -K _completemarks jump
|
||||
|
Loading…
Reference in New Issue
Block a user