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
|
|
|
|
2025-03-08 17:44:41 +01:00
|
|
|
PATH=$HOME/.local/bin:$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
|
2025-02-20 10:42:28 +01:00
|
|
|
|
|
|
|
|
if [[ -e $HOME/.config/zsh/autocomplete_zeit ]]; then
|
|
|
|
|
source $HOME/.config/zsh/autocomplete_zeit
|
|
|
|
|
fi
|