config/zshrc
Christophe Robillard 1d29fd8231 [zsh] use catppuccin
2025-08-12 14:45:55 +02:00

29 lines
761 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/.local/bin:$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH
EDITOR=nvim
alias vi=nvim
if [[ -e $HOME/.config/zsh/autocomplete_zeit ]]; then
source $HOME/.config/zsh/autocomplete_zeit
fi
source ~/.zsh/catppuccin_latte-zsh-syntax-highlighting.zsh
# source ~/.zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh
set -o vi
bindkey '^R' history-incremental-search-backward