# /etc/zsh # Setting zsh prompt if not in chroot if ! [ -f /tmp/is_chroot ]; then export PROMPT="[%n@%m %1~]$ " fi