mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
fixed syntax error
This commit is contained in:
parent
4c5e1c8c8b
commit
303c78e56a
1 changed files with 0 additions and 3 deletions
|
|
@ -26,9 +26,6 @@ function tasko () {
|
||||||
read answer
|
read answer
|
||||||
if [[ $answer == y* ]] || [[ $answer == Y* ]]; then
|
if [[ $answer == y* ]] || [[ $answer == Y* ]]; then
|
||||||
open_command $annotation_desc
|
open_command $annotation_desc
|
||||||
return 0
|
|
||||||
fi
|
|
||||||
return 1
|
|
||||||
fi
|
fi
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue