From cf4044287d606fd03ef81cb8ed746268540fa6c6 Mon Sep 17 00:00:00 2001 From: Riz Ashraf Date: Thu, 12 Feb 2026 09:44:19 +0000 Subject: [PATCH] Initial commit: Add PowerShell profile --- .../WindowsPowerShell/Microsoft.PowerShell_profile.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 readonly_OneDrive - Inspired Entertainment Inc/readonly_Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 diff --git a/readonly_OneDrive - Inspired Entertainment Inc/readonly_Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 b/readonly_OneDrive - Inspired Entertainment Inc/readonly_Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 new file mode 100644 index 0000000..2e4f000 --- /dev/null +++ b/readonly_OneDrive - Inspired Entertainment Inc/readonly_Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1 @@ -0,0 +1,4 @@ + +$env:LESS = '-R -F -X' +$env:BAT_PAGER = 'less -R -F -X' +