Adds polymny to env
This commit is contained in:
parent
44ca3a9b5a
commit
1d983ddf30
|
@ -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 '/some/path')
|
||||||
$env.PATH = ($env.PATH
|
$env.PATH = ($env.PATH
|
||||||
| split row (char esep)
|
| split row (char esep)
|
||||||
|
| prepend '/home/thomas/.config/polymny/bin'
|
||||||
| prepend '/home/thomas/.config/dotfiles/bin'
|
| prepend '/home/thomas/.config/dotfiles/bin'
|
||||||
| prepend '/home/thomas/.config/dotfiles/bin-extra'
|
| prepend '/home/thomas/.config/dotfiles/bin-extra'
|
||||||
| prepend '/home/thomas/.cargo/bin'
|
| prepend '/home/thomas/.cargo/bin'
|
||||||
|
|
Loading…
Reference in New Issue