Skip to content

Commit

Permalink
Adopting new xbar syntax for bahs/shell #204
Browse files Browse the repository at this point in the history
  • Loading branch information
melonamin committed Jun 25, 2021
1 parent 9585f9f commit 4e6f77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftBar/MenuBar/MenuLineParameters.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct MenuLineParameters {
}

var bash: String? {
params["bash"]
params["bash"] ?? params["shell"]
}

var bashParams: [String] {
Expand Down

0 comments on commit 4e6f77e

Please sign in to comment.