Skip to content

Instantly share code, notes, and snippets.

View igorroc's full-sized avatar
:octocat:
Studying

Igor Lima Rocha igorroc

:octocat:
Studying
View GitHub Profile
@igorroc
igorroc / .bashrc
Last active October 29, 2023 12:14
My Terminal - Aliases and colors
# ! ───────────── VARIABLES ─────────────
FMT_BOLD="\[\e[1m\]"
FMT_DIM="\[\e[2m\]"
FMT_RESET="\[\e[0m\]"
FMT_UNBOLD="\[\e[22m\]"
FMT_UNDIM="\[\e[22m\]"
FG_BLACK="\[\e[30m\]"
FG_BLUE="\[\e[34m\]"
FG_CYAN="\[\e[36m\]"
FG_GREEN="\[\e[32m\]"