Update
This commit is contained in:
14
themes/classytouch.zsh-theme
Normal file
14
themes/classytouch.zsh-theme
Normal file
@@ -0,0 +1,14 @@
|
||||
# ZSH Theme - classyTouch
|
||||
# Author: Yaris Alex Gutierrez <yarisgutierrez@gmail.com>
|
||||
# Prompt is the Oh-my-zsh version of user Graawr's 'Classy Touch' themes on http://dotshare.it
|
||||
|
||||
local current_dir='%{$fg[red]%}[%{$reset_color%}%~% %{$fg[red]%}]%{$reset_color%}'
|
||||
local git_branch='$(git_prompt_info)%{$reset_color%}'
|
||||
|
||||
|
||||
PROMPT="%(?,%{$fg[red]%}┌─╼${current_dir}%{$reset_color%} @ $(echo $USER)@$(echo $HOST) ${git_branch}
|
||||
%{$fg[red]%}└────╼%{$reset_color%} ,%{$fg[red]%}┌─╼${current_dir}%{$reset_color%} ${git_branch}
|
||||
%{$fg[red]%}└╼ %{$reset_color%} "
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}["
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="] %{$reset_color%}"
|
||||
Reference in New Issue
Block a user