Neuen Alias hinzugefügt
This commit is contained in:
@@ -27,3 +27,7 @@ ${function:cdl} = { Set-Location ~\Downloads }
|
|||||||
Set-Alias trash Clear-RecycleBin
|
Set-Alias trash Clear-RecycleBin
|
||||||
function touch($file) { "" | Out-File $file -Encoding ASCII }
|
function touch($file) { "" | Out-File $file -Encoding ASCII }
|
||||||
|
|
||||||
|
# CD zum Download Ordner
|
||||||
|
function cdd {
|
||||||
|
Set-Location ~/downloads
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user