Skip to content

Commit

Permalink
Update ZSH theme
Browse files Browse the repository at this point in the history
ohmyzsh/ohmyzsh#12328

Signed-off-by: Jaewoong Lee <230@fumire.moe>
  • Loading branch information
Fumire committed Apr 9, 2024
1 parent 3f7502a commit 296cc5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion oh-my-zsh/themes/local.zsh-theme
Expand Up @@ -197,7 +197,7 @@ if [ ! -n "${BULLETTRAIN_GIT_EXTENDED+1}" ]; then
BULLETTRAIN_GIT_EXTENDED=true
fi
if [ ! -n "${BULLETTRAIN_GIT_PROMPT_CMD+1}" ]; then
BULLETTRAIN_GIT_PROMPT_CMD="\$(git_prompt_info)"
BULLETTRAIN_GIT_PROMPT_CMD="\$(_omz_git_prompt_info)"
fi

# PERL
Expand Down
2 changes: 1 addition & 1 deletion oh-my-zsh/themes/remote.zsh-theme
Expand Up @@ -197,7 +197,7 @@ if [ ! -n "${BULLETTRAIN_GIT_EXTENDED+1}" ]; then
BULLETTRAIN_GIT_EXTENDED=true
fi
if [ ! -n "${BULLETTRAIN_GIT_PROMPT_CMD+1}" ]; then
BULLETTRAIN_GIT_PROMPT_CMD="\$(git_prompt_info)"
BULLETTRAIN_GIT_PROMPT_CMD="\$(_omz_git_prompt_info)"
fi

# PERL
Expand Down
3 changes: 2 additions & 1 deletion zsh/zshrc
Expand Up @@ -8,10 +8,11 @@ else
fi

# Soure oh-my-zsh *after* THEME
zstyle ':omz:alpha:lib:git' async-prompt no
if [[ -d ${ZDOTDIR:-$HOME}/.oh-my-zsh ]]; then
export ZSH=${ZDOTDIR:-$HOME}/.oh-my-zsh
source ${ZSH}/oh-my-zsh.sh
fi
source ${ZSH}/oh-my-zsh.sh

# plugins
plugins=(
Expand Down

0 comments on commit 296cc5c

Please sign in to comment.