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