Skip to content

Commit b3fa506

Browse files
author
David Arnold
authored
Shorten the menu command (#23)
1 parent 54d8814 commit b3fa506

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mkDevShell/options.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ in
102102
type = types.str;
103103
default = ''
104104
${ansiBoldOrange}🔨 Welcome to ${config.name}${ansiReset}
105-
$(devshell-menu)
105+
$(menu)
106106
'';
107107
description = ''
108108
Message Of The Day.
@@ -188,7 +188,7 @@ in
188188
commands = [
189189
{
190190
help = "prints this menu";
191-
name = "devshell-menu";
191+
name = "menu";
192192
command = ''
193193
echo "[commands]"
194194
cat <<'DEVSHELL_MENU'

0 commit comments

Comments
 (0)