added some emacs windows fluff to make it less crap

This commit is contained in:
2026-04-17 19:48:07 -04:00
parent edf5e7e57e
commit 4fa407f027
4 changed files with 665 additions and 6 deletions

View File

@@ -4,4 +4,6 @@ $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" }
if (Test-Path "$HOME\.secrets.ps1") { . "$HOME\.secrets.ps1" }
Set-Alias subl "C:\Program Files\Sublime Text\subl.exe"