From 681d12f8bf04a403d6e692cbe0ceebad932b0731 Mon Sep 17 00:00:00 2001 From: Dan McGregor Date: Thu, 10 Aug 2017 14:15:11 -0600 Subject: zsh: update to 5.4.1 Also fix up autoconf to use pkg-config, and properly detect pcre. Signed-off-by: Dan McGregor --- meta-oe/recipes-extended/zsh/files/zsh_profile.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-oe/recipes-extended/zsh/files/zsh_profile.sh (limited to 'meta-oe/recipes-extended/zsh/files/zsh_profile.sh') diff --git a/meta-oe/recipes-extended/zsh/files/zsh_profile.sh b/meta-oe/recipes-extended/zsh/files/zsh_profile.sh new file mode 100644 index 0000000000..eaa947e5bf --- /dev/null +++ b/meta-oe/recipes-extended/zsh/files/zsh_profile.sh @@ -0,0 +1,5 @@ +# In case zsh is called as /bin/sh +if [ "$ZSH_VERSION" ]; then + emulate -R zsh + [ "PS1" = '\u@\h:\w\$ ' ] && PS1='%n@%m:%~%# ' +fi -- cgit 1.2.3-korg