Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # Current path on first line
  2. # command on second line
  3. # ~/Documents
  4. # $
  5. #
  6. # updatee promt line theme file
  7. # nano .oh-my-zsh/themes/ys.zsh-theme
  8.  
  9.  
  10. PROMPT="
  11. %{$terminfo[bold]$fg[yellow]%}%~%{$reset_color%}\
  12. ${hg_info}\
  13. ${git_info}\
  14. \
  15. $exit_code
  16. %{$terminfo[bold]$fg[red]%}$ %{$reset_color%}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement