config/dotfiles/zshrc

20 lines
457 B
Bash
Raw Normal View History

2025-02-18 20:03:41 +01:00
# 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
2025-02-18 20:07:38 +01:00
PATH=$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH
2025-02-18 20:09:18 +01:00
EDITOR=nvim
2025-02-18 20:09:40 +01:00
alias vi=nvim