Update profile
This commit is contained in:
@@ -143,3 +143,8 @@ Function update {
|
|||||||
if ((Get-Location) -like "*scoop\apps\windows-terminal*") {
|
if ((Get-Location) -like "*scoop\apps\windows-terminal*") {
|
||||||
Set-Location ~
|
Set-Location ~
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Use starship prompt if installed
|
||||||
|
if (Get-Command starship -ErrorAction SilentlyContinue) {
|
||||||
|
Invoke-Expression (&starship init powershell)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user