$env:GIT_SSH = (Resolve-Path (Get-Command ssh).source) $env:EDITOR = "hx" Set-Alias g git Set-Alias l gci Set-Alias j jj function New-File { param($name) New-Item -ItemType File $name } oh-my-posh init pwsh --config "$env:USERPROFILE/source/dotfiles/benjamin.omp.json" | Invoke-Expression zoxide init powershell | Out-String | Invoke-Expression mise activate pwsh | Out-String | Invoke-Expression # jj helper functions function jl { jj log } function jpm { jj bookmark set -r `@- main jj git push } # WSL helper functions function fish { wsl --cd ~ /home/linuxbrew/.linuxbrew/bin/fish -l }