Added pastify and powershell debug

This commit is contained in:
2025-11-11 10:33:26 +01:00
parent 8c0f3ec5b4
commit 47ffc1a523
8 changed files with 370 additions and 7 deletions

View File

@@ -6,8 +6,6 @@ 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
wezterm cli set-tab-title "unnamed tab"
function Set-Title {
param(
[string]$title
@@ -15,6 +13,7 @@ function Set-Title {
wezterm cli set-tab-title $title
}
Set-Alias -Name title -Value Set-Title
Set-Alias -Name python3 -Value python
# Functions