aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/zsh/files/zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/zsh/files/zprofile')
-rw-r--r--meta-oe/recipes-extended/zsh/files/zprofile6
1 files changed, 6 insertions, 0 deletions
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