Update powershell shit
This commit is contained in:
5
Documents/PowerShell/aliases.ps1
Normal file
5
Documents/PowerShell/aliases.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
# Unix like pwd
|
||||
if (Test-Path alias:pwd) {
|
||||
Remove-Alias -Name pwd
|
||||
}
|
||||
Function pwd {(Get-Location).Path}
|
||||
Reference in New Issue
Block a user