Skip to content

Commit

Permalink
Disable noisy beep(bell) in PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 22, 2023
1 parent 188f38e commit 3cb31ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/config/Profile.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Enable ctrl+a, ctrl+e
Set-PSReadLineOption -EditMode Emacs
Set-PSReadlineOption -BellStyle None

# https://github.com/microsoft/winget-cli/issues/2498#issuecomment-1553863082
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
Expand Down

0 comments on commit 3cb31ab

Please sign in to comment.