config/zshrc

30 lines
761 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
2025-08-12 14:45:55 +02:00
#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
2025-03-08 17:45:06 +01:00
2025-08-12 14:45:55 +02:00
source ~/.zsh/catppuccin_latte-zsh-syntax-highlighting.zsh
# source ~/.zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh
2025-03-08 17:45:06 +01:00
set -o vi
bindkey '^R' history-incremental-search-backward