pwd als alias hinzugefügt
This commit is contained in:
@@ -36,3 +36,7 @@ function cdd {
|
|||||||
function ports {
|
function ports {
|
||||||
netstat -an | Select-String ABHÖREN
|
netstat -an | Select-String ABHÖREN
|
||||||
}
|
}
|
||||||
|
# PWD replacement
|
||||||
|
function pwd {
|
||||||
|
Get-Location
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user