mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Merge remote-tracking branch 'upstream/master'
Conflicts: lib/git.zsh plugins/common-aliases/common-aliases.plugin.zsh plugins/repo/repo.plugin.zsh templates/zshrc.zsh-template
This commit is contained in:
commit
ec49ae1a98
42 changed files with 333 additions and 69 deletions
|
|
@ -64,7 +64,7 @@ function marks()
|
|||
function _completemarks()
|
||||
{
|
||||
if [[ $(ls "${MARKPATH}" | wc -l) -gt 1 ]]; then
|
||||
reply=($(ls $MARKPATH/**/*(-) | grep : | sed -E 's/(.*)\/([_\da-zA-Z\-]*):$/\2/g'))
|
||||
reply=($(ls $MARKPATH/**/*(-) | grep : | sed -E 's/(.*)\/([_a-zA-Z0-9\.\-]*):$/\2/g'))
|
||||
else
|
||||
if readlink -e "${MARKPATH}"/* &>/dev/null; then
|
||||
reply=($(ls "${MARKPATH}"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue