diff --git a/etc/profile.d/codespace.sh b/etc/profile.d/codespace.sh index 6f3a0637..e7122938 100644 --- a/etc/profile.d/codespace.sh +++ b/etc/profile.d/codespace.sh @@ -91,11 +91,11 @@ if [ `id -u` -ne 0 ]; then : # TODO: invoke command that hides help50 button } function _helpful() { - _alert "🦆 Click `help50` for help" # Temporary, to introduce new feature + $ _alert "$(_ansi "🦆 Click \`help50\` for help")" # Temporary, to introduce new feature : # TODO: invoke command that sends $1 to ddb50 as though from duck itself } function _helpless() { - _alert "🦆 Click `help50` for help" # Temporary, to introduce new feature + $ _alert "$(_ansi "🦆 Click \`help50\` for help")" # Temporary, to introduce new feature : # TODO: invoke command that sends $1 to ddb50 as though from student } fi