pwd als alias hinzugefügt

This commit is contained in:
2023-08-18 11:31:07 +02:00
parent 4e6b4e99c3
commit 59affdd0f3

View File

@@ -36,3 +36,7 @@ function cdd {
function ports {
netstat -an | Select-String ABHÖREN
}
# PWD replacement
function pwd {
Get-Location
}