v0.3.0
Added
- bash uninstaller
Changed
-
code-connect
is now not just one alias anymore, but two aliases.-
The
code-connect
alias is added functionality of this repo, it points tocode_connect.py
-
The
code
alias checks whethercode
is in the PATH and omits usingcode-connect
in this case. This is useful for the integrated terminal as acode
executable is injected by VS Code into the PATH. Thus,code
should just run that existing executable, notcode-connect
instead.See #8
-
-
bash installer is now fancy
-
All bash-related files are now in the
bash/
folder -
All
code_connect.py
is now in thebin/
folder -
Fisher installation logic (#10)