added some stuff i need
This commit is contained in:
7
powershell/profile.ps1
Normal file
7
powershell/profile.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
$env:PATH = [System.Environment]::GetEnvironmentVariable("PATH","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("PATH","User")
|
||||
|
||||
$env:MAGICK_CODER_MODULE_PATH = "$(scoop prefix imagemagick)\modules\coders"
|
||||
|
||||
oh-my-posh init pwsh --config "$HOME\oh-my-posh-themes\1_shell_fluery.json" | Invoke-Expression
|
||||
|
||||
if (Test-Path "$HOME\.secrets.ps1") { . "$HOME\.secrets.ps1" }
|
||||
Reference in New Issue
Block a user