Skip to content

Commit

Permalink
Update PowerShell profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsde committed Apr 12, 2019
1 parent a03aadc commit 579dd08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1
@@ -1,2 +1,9 @@
Set-PSReadlineOption -BellStyle None
Set-PSReadlineKeyHandler -Key Ctrl+d -Function DeleteCharOrExit

Import-Module posh-git
Import-Module pure-pwsh

New-Alias dc docker-compose
New-Alias la Get-ChildItem
New-Alias which Get-Command

0 comments on commit 579dd08

Please sign in to comment.