Skip to content

Commit f5e7854

Browse files
committed
Update ev command to have a tile
1 parent f963304 commit f5e7854

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

mpb/extensions/misc.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ class EnvironmentVariables(
4848
@lb.invoke
4949
async def invoke(self, ctx: lb.Context):
5050
_ = await ctx.respond(
51-
"**Metal HUD**\n\n"
51+
"# Environment Variables\n\n"
52+
+ "**Metal HUD**\n\n"
5253
+ "__HUD ON__\n"
5354
+ "/bin/launchctl setenv MTL_HUD_ENABLED 1\n\n"
5455
+ "__HUD OFF__\n"
@@ -73,7 +74,8 @@ class EnvironmentVariablesAlias(
7374
@lb.invoke
7475
async def invoke(self, ctx: lb.Context):
7576
_ = await ctx.respond(
76-
"**Metal HUD**\n\n"
77+
"# Environment Variables\n\n"
78+
+ "**Metal HUD**\n\n"
7779
+ "__HUD ON__\n"
7880
+ "/bin/launchctl setenv MTL_HUD_ENABLED 1\n\n"
7981
+ "__HUD OFF__\n"

0 commit comments

Comments
 (0)