Skip to content

Commit

Permalink
added placeholder helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Oct 6, 2024
1 parent 29ef373 commit fbd6ef1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions etc/profile.d/codespace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fbd6ef1

Please sign in to comment.