Skip to content

Instantly share code, notes, and snippets.

@dcz-switcher
Last active September 29, 2019 15:16
Show Gist options
  • Save dcz-switcher/0fa8e16d1f6ddd44c76f20f74bbf0e72 to your computer and use it in GitHub Desktop.
Save dcz-switcher/0fa8e16d1f6ddd44c76f20f74bbf0e72 to your computer and use it in GitHub Desktop.
More lisible prom for "oh my zsh" ys theme
# Current path on first line
# command on second line
# ~/Documents
# $
#
# updatee promt line theme file
# nano .oh-my-zsh/themes/ys.zsh-theme
PROMPT="
%{$terminfo[bold]$fg[yellow]%}%~%{$reset_color%}\
${hg_info}\
${git_info}\
\
$exit_code
%{$terminfo[bold]$fg[red]%}$ %{$reset_color%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment