1
0

Add vox to xonsh for virtual environment management

This commit is contained in:
Jip J. Dekker 2022-08-09 19:38:16 +10:00
parent aea2911de4
commit c24c9290c4
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3

View File

@ -2,6 +2,8 @@
source-bash $(brew shellenv) source-bash $(brew shellenv)
#> Kitty integration #> Kitty integration
xontrib load kitty xontrib load kitty
#> Vox: Xonsh Python virtual environment manager
xontrib load vox
#> Starship: smart prompt #> Starship: smart prompt
execx($(starship init xonsh)) execx($(starship init xonsh))
#> Zoxide: smart cd #> Zoxide: smart cd