iso-profiles/community/openbox/desktop-overlay/etc/skel/.zshrc

11 lines
293 B
Bash
Raw Normal View History

2021-10-21 10:59:07 +02:00
# Use powerline
USE_POWERLINE="true"
# Source manjaro-zsh-configuration
if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then
source /usr/share/zsh/manjaro-zsh-config
fi
# Use manjaro zsh prompt
if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then
source /usr/share/zsh/manjaro-zsh-prompt
fi