We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53a38e commit 456bdf0Copy full SHA for 456bdf0
1 file changed
README.md
@@ -5,4 +5,5 @@ To install put following content in $PROFILE.CurrentUserAllHosts:
5
```powershell
6
# Microsoft.PowerShell_profile.ps1 (CurrentUserAllHosts)
7
$dot = Join-Path $HOME 'dotfiles\profile.ps1'
8
-if (Test-Path $dot) { . $dot }```
+if (Test-Path $dot) { . $dot }
9
+```
0 commit comments