Skip to content

Instantly share code, notes, and snippets.

@reschenburgIDBS
Created January 25, 2022 15:01

Revisions

  1. reschenburgIDBS created this gist Jan 25, 2022.
    17 changes: 17 additions & 0 deletions .bash_profile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    # enable colours
    RED=$'\e[1;31m'
    GREEN=$'\e[1;32m'
    YELLOW=$'\e[1;33m'
    BLUE=$'\e[1;34m'
    MAGENTA=$'\e[1;35m'
    CYAN=$'\e[1;36m'
    END=$'\e[0m'

    # enable special text formating
    BOLD=$'\e[1m'
    LOW=$'\e[2m'
    UNDERLINE=$'\e[4m'
    INVERT=$'\e[7m'
    PASSWORD=$'\e[8m'
    BLINK=$'\e[5m'
    NORMAL=$'\e[0m'