Skip to content

Instantly share code, notes, and snippets.

@mcnLeandro
mcnLeandro / .zshrc
Created February 27, 2022 12:21
terminal style settings
# >>>> terminal style setting >>>>
export PS1="%B%F{cyan}%~ %b%f"
export CLICOLOR=1
# <<<< terminal style setting <<<<