ONE Functions

December 2, 2022 ยท View on GitHub

Read the code: bash/helper.bash.

one_check_cmd

# Check command existed
# @param command_name
one_check_cmd()

one_prompt_append

# Add function to PROMPT_COMMAND
# @param function_name
one_prompt_append()

Contents

  1. 1one_check_cmd
  2. 2one_prompt_append