🔧 Updated zsh for poetry
This commit is contained in:
parent
1cb5a55601
commit
c471792cd0
2 changed files with 200 additions and 1 deletions
|
|
@ -63,11 +63,13 @@ export GREP_COLORS='ms=01;34'
|
|||
# Don't show completion until at least 1 character has been typed
|
||||
zstyle ':autocomplete:*' min-input 1
|
||||
|
||||
# autoload -U compinit; compinit
|
||||
#
|
||||
# Plugins
|
||||
source ~/.zsh/zsh-autocomplete/zsh-autocomplete.plugin.zsh
|
||||
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
fpath+=~/.zsh/poetry/
|
||||
autoload -Uz compinit; compinit
|
||||
|
||||
|
||||
# icons-in-terminal Integration
|
||||
# source ~/.local/share/icons-in-terminal/icons_bash.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue