1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-18 13:20:40 +01:00

Merge pull request #2 from JustinAiken/feature/marks_autocomplete_avaiable

Great addition. Thanks!
This commit is contained in:
Jeroen Janssens
2013-09-06 06:07:25 -07:00

View File

@@ -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