Skip to content

Commit

Permalink
Update default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamin committed Jun 21, 2022
1 parent 5b62b17 commit 008af5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct ProcessEnvironment {
task.standardError = standardErrorPipe

task.currentDirectoryPath = basePath
task.launchPath = "/bin/sh"
task.launchPath = "/bin/zsh"

task.arguments = ["-c", cmd]

Expand Down

0 comments on commit 008af5a

Please sign in to comment.