Skip to content

Commit 30bdf73

Browse files
committed
Add gh and which
1 parent dd15259 commit 30bdf73

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Microsoft.PowerShell_profile.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
New-Alias -Name gh -Value Get-Help
21
remove-item alias:curl
32
remove-item alias:wget
3+
set-alias gh Get-Help
4+
set-alias which gcm

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# Installation
44
- Powershell (as normal user)
5-
- `Invoke-WebRequest -outfile "$profile" -uri`
5+
- `Invoke-WebRequest -outfile "$profile" https://raw.githubusercontent.com/andylytical/powershell/master/Microsoft.PowerShell_profile.ps1`

0 commit comments

Comments
 (0)