fixed funtion

This commit is contained in:
unknown 2024-05-05 05:26:08 -07:00
parent d400eef89f
commit 2cdf5fc247

View File

@ -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