aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/zsh/files/zsh_profile.sh
blob: ea34deda285329c7963559a7a52d75baeb23411d (plain)
1
2
3
4
if [ "$ZSH_VERSION" ]; then
	emulate -R zsh
	[ "PS1" = '\u@\h:\w\$ ' ] && PS1='%n@%m:%~%# '
fi