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/zprofile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-oe/recipes-extended/zsh/files/zprofile (limited to 'meta-oe/recipes-extended/zsh/files/zprofile') diff --git a/meta-oe/recipes-extended/zsh/files/zprofile b/meta-oe/recipes-extended/zsh/files/zprofile new file mode 100644 index 0000000000..2a5d983485 --- /dev/null +++ b/meta-oe/recipes-extended/zsh/files/zprofile @@ -0,0 +1,6 @@ +# /etc/zprofile: system-wide .profile file for the Z shell (zsh(1)) + +[ -z "$PS1" ] || PS1='%n@%m:%~%# ' + +# Source the system-wide bourne .profile +. /etc/profile -- cgit 1.2.3-korg