Skip to content

Commit fbd6ef1

Browse files
committed
added placeholder helpers
1 parent 29ef373 commit fbd6ef1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

etc/profile.d/codespace.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,15 @@ if [ "$(whoami)" != "root" ]; then
8282
http-server() {
8383
command http-server "$@" | _hostname | _version | uniq
8484
}
85+
86+
# Helpers
87+
function _helped() {
88+
: # TODO
89+
}
90+
function _helpful() {
91+
: # TODO
92+
}
93+
function _helpless() {
94+
: # TODO
95+
}
8596
fi

0 commit comments

Comments
 (0)