Adds polymny to env

This commit is contained in:
Thomas Forgione 2023-11-13 11:54:39 +01:00
parent 44ca3a9b5a
commit 1d983ddf30
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ $env.VIRTUAL_ENV = '/home/thomas/.venv'
# $env.PATH = ($env.PATH | split row (char esep) | prepend '/some/path')
$env.PATH = ($env.PATH
| split row (char esep)
| prepend '/home/thomas/.config/polymny/bin'
| prepend '/home/thomas/.config/dotfiles/bin'
| prepend '/home/thomas/.config/dotfiles/bin-extra'
| prepend '/home/thomas/.cargo/bin'