Skip to content
View theavgeekbee's full-sized avatar

Highlights

  • Pro

Block or report theavgeekbee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. crhscsclub/crhscs crhscsclub/crhscs Public

    The official website of the CRHS CS Club

    Astro 1 1

  2. website website Public archive

    The Github Repository for my personal website, available at the link below.

    TypeScript

  3. dndw dndw Public

    dndw // by theavgeekbee

    MDX

  4. Sets the currently running command o... Sets the currently running command or current directory as the title of the terminal. Add this to your .bashrc file.
    1
    set_title() {
    2
      echo -ne "\033]0;> ${PWD}\007"
    3
    }
    4
    update_title() {
    5
      local cmd="${BASH_COMMAND}"