mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
15 lines
407 B
Bash
15 lines
407 B
Bash
# Use powerline
|
|
USE_POWERLINE="true"
|
|
# Has weird character width
|
|
# Example:
|
|
# is not a diamond
|
|
HAS_WIDECHARS="false"
|
|
alias open=dolphin
|
|
# 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
|