diff --git a/pwsh/Microsoft.PowerShell_profile.ps1 b/pwsh/Microsoft.PowerShell_profile.ps1 index 2f70fbe..ba87eee 100644 --- a/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/pwsh/Microsoft.PowerShell_profile.ps1 @@ -89,7 +89,6 @@ function Test-CommandExists { $EDITOR = if (Test-CommandExists nano) { 'nano' } elseif (Test-CommandExists notepad++) { 'notepad++' } else { 'notepad' } -Set-Alias -Name nano -Value $EDITOR function Edit-Profile { nano $PROFILE.CurrentUserAllHosts