Skip to content

Instantly share code, notes, and snippets.

View dardinier's full-sized avatar

Alexis Dardinier dardinier

View GitHub Profile
@dardinier
dardinier / ad-magic-container.zsh-theme
Last active November 26, 2019 09:18
Custom oh-my-zsh theme for my host and containers environment
if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
# primary prompt
PROMPT='$FG[237]${(l.COLUMNS..-.)}%{$reset_color%}
$FG[202]%m $FG[105]» $FG[032]%~\
$(git_prompt_info) \
$FG[105]%(!.#.»)%{$reset_color%} '
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
RPS1='${return_code}'