Update dotfiles/.zshrc
This commit is contained in:
parent
9b7e428826
commit
d45a2dc8ac
1 changed files with 3 additions and 6 deletions
|
@ -100,9 +100,6 @@ _source_plugin() {
|
||||||
# ZSH Autosuggestions
|
# ZSH Autosuggestions
|
||||||
_source_plugin zsh-autosuggestions && ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#999'
|
_source_plugin zsh-autosuggestions && ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#999'
|
||||||
|
|
||||||
# ZSH Completions
|
|
||||||
_source_plugin zsh-completions
|
|
||||||
|
|
||||||
# ZSH Syntax Highlighting
|
# ZSH Syntax Highlighting
|
||||||
if _source_plugin zsh-syntax-highlighting; then
|
if _source_plugin zsh-syntax-highlighting; then
|
||||||
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)
|
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)
|
||||||
|
@ -371,9 +368,9 @@ if command -v mcfly > /dev/null; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Poetry
|
### Poetry
|
||||||
if command -v poetry > /dev/null; then
|
#if command -v poetry > /dev/null; then
|
||||||
eval $(poetry completions zsh)
|
# eval $(poetry completions zsh)
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
### Volta
|
### Volta
|
||||||
if command -v volta > /dev/null; then
|
if command -v volta > /dev/null; then
|
||||||
|
|
Loading…
Reference in a new issue