Skip to content

Commit 384339d

Browse files
committed
feat: add new launcher open functions
1 parent 88e67d8 commit 384339d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Profile/functions.ps1

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
# ---------------------------------
212
# PowerShell Core Profile Functions
313
# ---------------------------------

0 commit comments

Comments
 (0)