From 50a2d4b2c04ccfe887db77f5be3f0d1f85f99001 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 16 Jun 2023 10:16:00 +0200 Subject: [PATCH] =?UTF-8?q?Neuen=20Alias=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliases.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliases.ps1 b/aliases.ps1 index 52792c1..bdbe4ed 100644 --- a/aliases.ps1 +++ b/aliases.ps1 @@ -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 +}