20250317.1742200339
This commit is contained in:
parent
9e7a87d056
commit
35aa22421c
8 changed files with 758 additions and 32 deletions
|
@ -15,7 +15,7 @@ ZSH_THEME="robbyrussell"
|
|||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(git python tmux genpass web-search zsh-syntax-highlighting zsh-autosuggestions poetry)
|
||||
plugins=(git python tmux genpass zsh-syntax-highlighting zsh-autosuggestions poetry)
|
||||
|
||||
fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
|
||||
|
||||
|
@ -144,3 +144,6 @@ fi
|
|||
|
||||
source $HOME/.zshrc-additional
|
||||
source $HOME/.zshrc-secrets
|
||||
autoload bashcompinit
|
||||
bashcompinit
|
||||
source "/home/cr33per/.local/share/bash-completion/completions/appman"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue