diff options
Diffstat (limited to 'powershell/Microsoft.PowerShell_profile.ps1')
-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.
|