Skip to content

Commit b1e7f9a

Browse files
committed
Add fork command
1 parent 984dbf7 commit b1e7f9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

development.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,13 @@ function edit {
5252
& "code" -g @args
5353
}
5454

55+
function fork {
56+
& ${env:LOCALAPPDATA}\Fork\Fork.exe
57+
}
58+
5559
# I used to run Sublime so occasionally my fingers type it
5660
function subl {
5761
# & "$env:ProgramFiles\Sublime Text 3\subl.exe" @args
5862
write-output "Type 'edit' instead"
5963
}
64+

0 commit comments

Comments
 (0)