We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e72785 commit dce2abbCopy full SHA for dce2abb
PSProfile/PSProfile.Aliases.ps1
@@ -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