We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d147e commit d4e586cCopy full SHA for d4e586c
etc/profile.d/codespace.sh
@@ -91,11 +91,11 @@ if [ `id -u` -ne 0 ]; then
91
: # TODO: invoke command that hides help50 button
92
}
93
function _helpful() {
94
- _alert "🦆 Click `help50` for help" # Temporary, to introduce new feature
+ $ _alert "$(_ansi "🦆 Click \`help50\` for help")" # Temporary, to introduce new feature
95
: # TODO: invoke command that sends $1 to ddb50 as though from duck itself
96
97
function _helpless() {
98
99
: # TODO: invoke command that sends $1 to ddb50 as though from student
100
101
fi
0 commit comments