[zsh] use catppuccin
This commit is contained in:
parent
a9ca845b62
commit
1d29fd8231
1 changed files with 6 additions and 3 deletions
9
zshrc
9
zshrc
|
|
@ -9,9 +9,9 @@ if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then
|
||||||
source /usr/share/zsh/manjaro-zsh-config
|
source /usr/share/zsh/manjaro-zsh-config
|
||||||
fi
|
fi
|
||||||
# Use manjaro zsh prompt
|
# Use manjaro zsh prompt
|
||||||
if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then
|
#if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then
|
||||||
source /usr/share/zsh/manjaro-zsh-prompt
|
# source /usr/share/zsh/manjaro-zsh-prompt
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
PATH=$HOME/.local/bin:$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH
|
PATH=$HOME/.local/bin:$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH
|
||||||
EDITOR=nvim
|
EDITOR=nvim
|
||||||
|
|
@ -22,5 +22,8 @@ if [[ -e $HOME/.config/zsh/autocomplete_zeit ]]; then
|
||||||
source $HOME/.config/zsh/autocomplete_zeit
|
source $HOME/.config/zsh/autocomplete_zeit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
source ~/.zsh/catppuccin_latte-zsh-syntax-highlighting.zsh
|
||||||
|
# source ~/.zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh
|
||||||
|
|
||||||
set -o vi
|
set -o vi
|
||||||
bindkey '^R' history-incremental-search-backward
|
bindkey '^R' history-incremental-search-backward
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue