16 lines
430 B
Bash
16 lines
430 B
Bash
# Use powerline
|
|
USE_POWERLINE="true"
|
|
# Has weird character width
|
|
# Example:
|
|
# is not a diamond
|
|
HAS_WIDECHARS="false"
|
|
# 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
|
|
|
|
PATH=$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH
|