mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +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
|
||||
if [[ $answer == y* ]] || [[ $answer == Y* ]]; then
|
||||
open_command $annotation_desc
|
||||
return 0
|
||||
fi
|
||||
return 1
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue