Tech/WindowsProductivity.md
... ...
@@ -10,7 +10,15 @@ title: WindowsProductivity
10 10
* disable themes, sounds
11 11
* disable all performance settings (Computer | Properties | Advanced System Settings) except "Smooth screen fonts"
12 12
13
+## powershell
13 14
15
+~/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1:
16
+
17
+```powershell
18
+Set-PSReadLineOption -BellStyle None -EditMode Emacs
19
+New-Alias which get-command
20
+New-Alias grep select-string
21
+```
14 22
15 23
## cmd
16 24