Skip to content

Commit dce2abb

Browse files
committed
feat: added initial PSProfile.Aliases
for #16
1 parent 7e72785 commit dce2abb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

PSProfile/PSProfile.Aliases.ps1

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Set-Alias -Name 'Desktop' -Value 'Set-LocationDesktop'
2+
Set-Alias -Name 'Downloads' -Value 'Set-LocationDownloads'
3+
Set-Alias -Name 'Documents' -Value 'Set-LocationDocuments'
4+
Set-Alias -Name 'Pictures' -Value 'Set-LocationPictures'
5+
Set-Alias -Name 'Music' -Value 'Set-LocationMusic'
6+
Set-Alias -Name 'Videos' -Value 'Set-LocationVideos'
7+
Set-Alias -Name 'DevDrive' -Value 'Set-LocationDevDrive'

0 commit comments

Comments
 (0)