diff --git a/pwsh/Microsoft.PowerShell_profile.ps1 b/pwsh/Microsoft.PowerShell_profile.ps1 index 98a6090..ba87eee 100644 --- a/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/pwsh/Microsoft.PowerShell_profile.ps1 @@ -78,9 +78,6 @@ function prompt { $adminSuffix = if ($isAdmin) { " [ADMIN]" } else { "" } $Host.UI.RawUI.WindowTitle = "PowerShell {0}$adminSuffix" -f $PSVersionTable.PSVersion.ToString() -# Importing custom alias and functions -Import-Module $HOME\pwshalias\alias-and-functions.ps1 - # Utility Functions function Test-CommandExists { param($command)