mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-13 09:20:09 +00:00
parent
90ffda7ed2
commit
4b2431e8b1
1 changed files with 2 additions and 6 deletions
|
@ -75,14 +75,10 @@ if git pull --rebase --stat origin master; then
|
||||||
|
|
||||||
# Display changelog with less if available, otherwise just print it to the terminal
|
# Display changelog with less if available, otherwise just print it to the terminal
|
||||||
if [[ "$1" = --interactive ]]; then
|
if [[ "$1" = --interactive ]]; then
|
||||||
if (( $+commands[less] )); then
|
"$ZSH/tools/changelog.sh" HEAD "$last_commit"
|
||||||
"$ZSH/tools/changelog.sh" HEAD "$last_commit" --text | LESS= command less -R
|
|
||||||
else
|
|
||||||
"$ZSH/tools/changelog.sh" HEAD "$last_commit"
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf "${BLUE}%s \`${BOLD}%s${RESET}${BLUE}\`${RESET}\n" "You can see the changelog again with" "omz changelog"
|
printf "${BLUE}%s \`${BOLD}%s${RESET}${BLUE}\`${RESET}\n" "You can see the changelog with" "omz changelog"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf '%s %s__ %s %s %s %s %s__ %s\n' $RAINBOW $RESET
|
printf '%s %s__ %s %s %s %s %s__ %s\n' $RAINBOW $RESET
|
||||||
|
|
Loading…
Reference in a new issue