Added fnm

This commit is contained in:
Zackarias Montell
2025-05-15 09:46:18 +02:00
parent 4f6598feb6
commit d17bcc2bb2
3 changed files with 13 additions and 4 deletions

View File

@@ -1,4 +1,8 @@
oh-my-posh init pwsh --config "$HOME/.theme.omp.json" | Invoke-Expression
# setup fnm
fnm env --use-on-cd --shell powershell | Out-String | Invoke-Expression
function cdli {
Set-Location "C:\repos\litium"
}