new file: functions/Test-Profile.ps1
deleted: functions/Test-Profile
This commit is contained in:
parent
342b8d8bef
commit
af1e080bc4
8
functions/Test-Profile.ps1
Normal file
8
functions/Test-Profile.ps1
Normal file
@ -0,0 +1,8 @@
|
||||
# gitea.RdzeN.net
|
||||
# Reload $profile
|
||||
function Test-Profile {
|
||||
if (-not (Test-Path $PROFILE)) {
|
||||
Copy-Item -Path $path_gitea_powershell_profile -Destination $PROFILE
|
||||
New-SimulateTyping "Your PowerShell profile was created!"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user