Skip to content

Commit 7e4d8ad

Browse files
committed
✨ Added bin function and alias
1 parent 7674732 commit 7e4d8ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pwsh/aliases.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ${function:.....} = { Set-Location ..\..\..\.. }
1717
${function:......} = { Set-Location ..\..\..\..\.. }
1818

1919
# Navigation Shortcuts
20+
${function:bin} = { Set-Location C:\bin }
2021
${function:dev} = { Set-Location ~\code }
2122
${function:doc} = { Set-Location ~\Documents }
2223
${function:dl} = { Set-Location ~\Downloads }

0 commit comments

Comments
 (0)