diff options
author | admin <contact@optics-design.com> | 2025-06-10 00:02:08 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-06-10 00:02:08 +0200 |
commit | d9a6e60f428072f3b02dbc42a29eb0aacb3d69e6 (patch) | |
tree | d16790063dab909c8d8d862aea481b8c4b06b24b /powershell | |
parent | 16f9711c08f255f31681b5f24f51f6f7df48d834 (diff) |
simplified shortcuts
Diffstat (limited to 'powershell')
-rw-r--r-- | powershell/Microsoft.PowerShell_profile.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/powershell/Microsoft.PowerShell_profile.ps1 b/powershell/Microsoft.PowerShell_profile.ps1 index 676fc91..753757f 100644 --- a/powershell/Microsoft.PowerShell_profile.ps1 +++ b/powershell/Microsoft.PowerShell_profile.ps1 @@ -28,7 +28,7 @@ Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+g' -PSReadlineChordReverseHistory ####################### Private Functions ###################################
-. "$env:SYNC\Repos\Powershell\BackupFunctions.ps1"
+# . "$env:SYNC\Repos\Powershell\BackupFunctions.ps1"
####################### Functions ###################################
#Reduce video quality for archiving large sets.
|