We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7674732 commit 7e4d8adCopy full SHA for 7e4d8ad
pwsh/aliases.ps1
@@ -17,6 +17,7 @@ ${function:.....} = { Set-Location ..\..\..\.. }
17
${function:......} = { Set-Location ..\..\..\..\.. }
18
19
# Navigation Shortcuts
20
+${function:bin} = { Set-Location C:\bin }
21
${function:dev} = { Set-Location ~\code }
22
${function:doc} = { Set-Location ~\Documents }
23
${function:dl} = { Set-Location ~\Downloads }
0 commit comments