Added possibility to set wezterm title
This commit is contained in:
11
.profile.ps1
11
.profile.ps1
@@ -6,6 +6,17 @@ 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
|
||||
)
|
||||
wezterm cli set-tab-title $title
|
||||
}
|
||||
Set-Alias -Name title -Value Set-Title
|
||||
|
||||
|
||||
# Functions
|
||||
function cdli {
|
||||
Set-Location "C:\repos\litium"
|
||||
|
||||
Reference in New Issue
Block a user