Skip to content

Commit 456bdf0

Browse files
authored
Update README.md
1 parent e53a38e commit 456bdf0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ To install put following content in $PROFILE.CurrentUserAllHosts:
55
```powershell
66
# Microsoft.PowerShell_profile.ps1 (CurrentUserAllHosts)
77
$dot = Join-Path $HOME 'dotfiles\profile.ps1'
8-
if (Test-Path $dot) { . $dot }```
8+
if (Test-Path $dot) { . $dot }
9+
```

0 commit comments

Comments
 (0)