Update .config/sheldon/plugins.toml
Update .config/zsh/files/aliases.zsh Update .config/zsh/files/compinit.zsh Update .config/zsh/rc.zsh
This commit is contained in:
parent
a5c3567d85
commit
8f5ff058fa
4 changed files with 8 additions and 4 deletions
|
@ -89,6 +89,10 @@ github = "asdf-vm/asdf"
|
|||
[plugins.hoco]
|
||||
github = "Felixoid/zsh-hoco"
|
||||
|
||||
[plugins.abbr]
|
||||
github = "olets/zsh-abbr"
|
||||
use = ["zsh-abbr.zsh"]
|
||||
|
||||
[plugins.sshcomp]
|
||||
local = "~/.config/zsh/files/"
|
||||
use = ["sshcomp.zsh"]
|
||||
|
@ -105,7 +109,7 @@ github = "romkatv/powerlevel10k"
|
|||
|
||||
# evals
|
||||
[plugins.zoxide]
|
||||
inline = "_evalcache zoxide init zsh"
|
||||
inline = "_evalcache zoxide init --cmd cd zsh"
|
||||
|
||||
[plugins.atuin]
|
||||
inline = "_evalcache atuin init zsh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue