Skip to content

Commit

Permalink
Updating theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ttelford committed Aug 1, 2024
1 parent be6a02a commit 7c27daa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/ttelford.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ local git_sha='$(git_prompt_short_sha)'
#╰─%B$%b "
#RPS1="${git_branch} ${return_code}"
#┏┗⎧ ⎩ ┃│ ╱╲╳∆⌘ ⌂ ⌬ ┠ ✪
PROMPT=" ${user_host}:${current_dir}${git_sha}${git_branch}
%B$%b "
PROMPT=" ${user_host}:${current_dir}${git_sha}${git_branch}
%B$%b "
#PROMPT="${user_host}:${current_dir}${git_branch}%B$%b "
RPS1="${return_code}"

ZSH_THEME_GIT_PROMPT_SHA_BEFORE="
"
"
ZSH_THEME_GIT_PROMPT_SHA_AFTER=") "

ZSH_THEME_GIT_PROMPT_PREFIX="(%{$GIT_PROMPT_INFO%}"
Expand Down

0 comments on commit 7c27daa

Please sign in to comment.