fixed funtion
This commit is contained in:
parent
d400eef89f
commit
2cdf5fc247
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user