Certain conda commands are long, eg. "jupyter notebook" or "conda activate/deactivate", and conda does not support tab completion on Windows (based on my searches). Is there any way to set alias for them on Windows to save some keystrokes?
- for jupyter notebook I tried
DOSKEY jupyter=jupyter-notebook $*
(after declaring path to the .exe file in PATH) but got error that conda failed to create process. - also found out that there is no such cmd like "conda alias" to define aliases.