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 88e67d8 commit 384339dCopy full SHA for 384339d
Profile/functions.ps1
@@ -1,3 +1,13 @@
1
+# ----------
2
+# Launchers
3
4
+
5
+Function Open-Todoist { start-process -PassThru 'C:\Users\jimmy\AppData\Local\Programs\todoist\Todoist.exe' }
6
7
+Function Open-GitHub { start-process -PassThru 'https://github.com/' }
8
9
+Function Open-Docker { start-process -PassThru 'C:\Program Files\Docker\Docker\frontend\Docker Desktop.exe' }
10
11
# ---------------------------------
12
# PowerShell Core Profile Functions
13
0 commit comments