Merge pull request #197 from rajaravivarma-r/typo-fix

Typo fix.
This commit is contained in:
Ali Karbassi
2017-08-18 21:02:01 -05:00
committed by GitHub

View File

@@ -103,7 +103,7 @@ complete -F _todo todo.sh
# If you use aliases to use different configuration(s), you need to add and use # If you use aliases to use different configuration(s), you need to add and use
# a wrapper completion function for each configuration if you want to complete # a wrapper completion function for each configuration if you want to complete
# fron the actual configured task locations: # from the actual configured task locations:
#alias todo2='todo.sh -d "$HOME/todo2.cfg"' #alias todo2='todo.sh -d "$HOME/todo2.cfg"'
#_todo2() #_todo2()
#{ #{