Skip to content

Commit

Permalink
Switch to Toshy.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored Jun 5, 2024
1 parent 54eae61 commit 36ca6c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ ALLOWED_VARIABLES = [
'USER',
'XPC_FLAGS',
'XPC_SERVICE_NAME',
'XDG_SESSION_TYPE',
'XDG_SESSION_DESKTOP',
'XDG_CURRENT_DESKTOP',
'DBUS_SESSION_BUS_ADDRESS',
'XDG_RUNTIME_DIR',
].freeze

ENV.delete_if { |k, _|
Expand All @@ -70,7 +75,7 @@ task :linux => [
:fish,
:git,
:gpg,
:kinto,
:toshy,
:vscode,
:zed,
:z,
Expand Down

0 comments on commit 36ca6c4

Please sign in to comment.