Neuen Alias hinzugefügt

This commit is contained in:
2023-06-16 10:16:00 +02:00
parent 74f201a55a
commit 50a2d4b2c0

View File

@@ -27,3 +27,7 @@ ${function:cdl} = { Set-Location ~\Downloads }
Set-Alias trash Clear-RecycleBin
function touch($file) { "" | Out-File $file -Encoding ASCII }
# CD zum Download Ordner
function cdd {
Set-Location ~/downloads
}