Added pastify and powershell debug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user