diff --git a/etc/profile.d/codespace.sh b/etc/profile.d/codespace.sh index 2e767fad..1a554459 100644 --- a/etc/profile.d/codespace.sh +++ b/etc/profile.d/codespace.sh @@ -82,4 +82,15 @@ if [ "$(whoami)" != "root" ]; then http-server() { command http-server "$@" | _hostname | _version | uniq } + + # Helpers + function _helped() { + : # TODO + } + function _helpful() { + : # TODO + } + function _helpless() { + : # TODO + } fi