Skip to content

Commit

Permalink
windows/runcoms: wip enable tab expansion for git
Browse files Browse the repository at this point in the history
See: Issue comment <dahlbyk/posh-git#779 (comment)>
  • Loading branch information
hoang-himself committed Aug 26, 2022
1 parent 5c575a5 commit f33b836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/runcoms/profile.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module -Name 'posh-git'
Import-Module -Name 'posh-git' -ArgumentList @($false, $false, $true)
Import-Module -Name 'Terminal-Icons'

Invoke-Command -ScriptBlock $([ScriptBlock]::Create(
Expand Down

0 comments on commit f33b836

Please sign in to comment.