mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 06:02:53 +02:00
add fnm
This commit is contained in:
parent
d01cbbb5a9
commit
c209f8d2be
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ if (Get-Command starship -ErrorAction SilentlyContinue) {
|
||||||
Invoke-Expression (&starship init powershell)
|
Invoke-Expression (&starship init powershell)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# fnm
|
||||||
|
if (Get-Command fnm -ErrorAction SilentlyContinue) {
|
||||||
|
fnm env --use-on-cd --shell powershell | Out-String | Invoke-Expression
|
||||||
|
}
|
||||||
|
|
||||||
# micromamba
|
# micromamba
|
||||||
if (Get-Command micromamba -ErrorAction SilentlyContinue) {
|
if (Get-Command micromamba -ErrorAction SilentlyContinue) {
|
||||||
$Env:MAMBA_ROOT_PREFIX = "{{ .chezmoi.homeDir }}/.micromamba"
|
$Env:MAMBA_ROOT_PREFIX = "{{ .chezmoi.homeDir }}/.micromamba"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue