summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorPatrick José Pereira <patrickelectric@gmail.com>2016-12-30 10:34:16 -0200
committerPatrick José Pereira <patrickelectric@gmail.com>2016-12-30 10:34:16 -0200
commit0f498e8d458f941556dac8929b7dedfe99e4fe3f (patch)
tree535e8614fcf7508e2f6775212cb76e6f109d0215 /themes
parent0c7bb4de0dd4a13f4d53bc60c38061087ecea6ee (diff)
downloadzsh-0f498e8d458f941556dac8929b7dedfe99e4fe3f.tar.gz
zsh-0f498e8d458f941556dac8929b7dedfe99e4fe3f.tar.bz2
zsh-0f498e8d458f941556dac8929b7dedfe99e4fe3f.zip
'themes/trapd00r.zsh-theme: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/trapd00r.zsh-theme4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/trapd00r.zsh-theme b/themes/trapd00r.zsh-theme
index ca1676fb5..3fa5d57ab 100644
--- a/themes/trapd00r.zsh-theme
+++ b/themes/trapd00r.zsh-theme
@@ -36,7 +36,7 @@ local c12=$(printf "\e[38;5;142m\e[1m")
local c13=$(printf "\e[38;5;196m\e[1m")
-# We dont want to use the extended colorset in the TTY / VC.
+# We don't want to use the extended colorset in the TTY / VC.
if [ "$TERM" = "linux" ]; then
c1=$( printf "\e[34;1m")
c2=$( printf "\e[35m")
@@ -71,7 +71,7 @@ prompt_jnrowe_precmd () {
PROMPT='%{$fg_bold[green]%}%p%{$reset_color%}${vcs_info_msg_0_}${dir_status} ${ret_status}%{$reset_color%}
> '
-# modified, to be commited
+# modified, to be committed
elif [[ $(git diff --cached --name-status 2>/dev/null ) != "" ]]; then
dir_status="%{$c1%}%n%{$c4%}@%{$c2%}%m%{$c0%}:%{$c3%}%l%{$c6%}->%{$(zsh_path)%} %{$c0%}(%{$c5%}%?%{$c0%})"
PROMPT='${vcs_info_msg_0_}%{$30%} %{$bg_bold[red]%}%{$fg_bold[cyan]%}C%{$fg_bold[black]%}OMMIT%{$reset_color%}