You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed TMC to my MacBook (OSX Catalina 10.15.7)
When I try to source theTMC autocomplete (which is the line TMC adds to .zshrc ), this happens. I also to ran the tmc command to show it's in the $PATH, so I guess it's the 'tmc complete' that's the issue.
% source ~/.tmc-autocomplete.sh || true
/Users/[email protected]/.tmc-autocomplete.sh:44: command not found: complete
/Users/[email protected]/.tmc-autocomplete.sh:44: command not found: complete
% tmc complete
Command complete doesn't exist.
% tmc
Usage: tmc [args] COMMAND [command-args]
TMC commands:
config Set/unset TMC-CLI properties and change settings
courses List the available courses
download Download exercises for a specific course
exercises List the exercises for a specific course
The text was updated successfully, but these errors were encountered:
I just installed TMC to my MacBook (OSX Catalina 10.15.7)
When I try to source theTMC autocomplete (which is the line TMC adds to .zshrc ), this happens. I also to ran the tmc command to show it's in the $PATH, so I guess it's the 'tmc complete' that's the issue.
The text was updated successfully, but these errors were encountered: