From e900c217c1e50a4067384c9bb3fe43dff61986c6 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Fri, 24 Nov 2023 00:31:06 -0500 Subject: Restructure dirs to mimic XDG base dirs Non XDG base directories have a leading '_'. --- windows/powershell/Microsoft.PowerShell_profile.ps1 | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 windows/powershell/Microsoft.PowerShell_profile.ps1 (limited to 'windows/powershell/Microsoft.PowerShell_profile.ps1') diff --git a/windows/powershell/Microsoft.PowerShell_profile.ps1 b/windows/powershell/Microsoft.PowerShell_profile.ps1 deleted file mode 100644 index fc55bac..0000000 --- a/windows/powershell/Microsoft.PowerShell_profile.ps1 +++ /dev/null @@ -1,19 +0,0 @@ -# Access this file using $PROFILE -# -# By default, powershell does not allow execution of non-signed scripts -# > Get-ExecutionPolicy -# > Set-ExecutionPolicy -Scope CurrentUser RemoteSigned -# -# Home directory: -# cmd.exe: %USERPROFILE% -# Powershell: $ENV:USERPROFILE -# -# To break long commands in Powershell use a trailing backtick (`) - -# Custom colored prompt -# Ref.: https://stackoverflow.com/questions/6297072 -function prompt -{ - Write-Host "PS $(get-location)`n>" -nonewline -foregroundcolor DarkCyan - return ' ' -} -- cgit v1.2.3