aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/zsh/files/zprofile
blob: 2a5d983485f704977d482c7c40d3c293df96beb3 (plain)
1
2
3
4
5
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