Can we somehow use aliasses in an alias? Let's say I wish to create a shortcut to edit my hosts file ``` subl="%CMDER_ROOT%\vendor\sublime-text\sublime_text.exe" $1 -new_console:s75V edit-hosts={subl} "c:\Windows\system32\drivers\etc\hosts" ```