Compare commits
3 commits
7003ae18ba
...
0f2e6884f7
Author | SHA1 | Date | |
---|---|---|---|
0f2e6884f7 | |||
b06e48239c | |||
7c6ed9ce69 |
1 changed files with 6 additions and 1 deletions
|
@ -32,10 +32,15 @@ zmodule termtitle
|
||||||
zmodule utility
|
zmodule utility
|
||||||
|
|
||||||
zmodule romkatv/powerlevel10k --use degit
|
zmodule romkatv/powerlevel10k --use degit
|
||||||
zeval-if-installed vivid 'echo export LS_COLORS=${(qqq)"$(vivid generate molokai)"}'
|
zeval-if-installed vivid 'echo export LS_COLORS=${(qqq)"$(vivid generate catppuccin-mocha)"}'
|
||||||
|
|
||||||
|
zmodule fzf --name zimfw-fzf
|
||||||
|
zmodule junegunn/fzf --root shell --use degit --source completion.zsh --source key-bindings.zsh
|
||||||
|
|
||||||
zmodule hlissner/zsh-autopair
|
zmodule hlissner/zsh-autopair
|
||||||
zmodule mollifier/cd-gitroot --fpath . --autoload cd-gitroot
|
zmodule mollifier/cd-gitroot --fpath . --autoload cd-gitroot
|
||||||
|
zmodule unixorn/git-extra-commands
|
||||||
|
zmodule xPMo/zsh-toggle-command-prefix
|
||||||
zmodule zsh-users/zsh-autosuggestions
|
zmodule zsh-users/zsh-autosuggestions
|
||||||
|
|
||||||
(( ${+commands[brew]} )) && zmodule homebrew
|
(( ${+commands[brew]} )) && zmodule homebrew
|
||||||
|
|
Loading…
Reference in a new issue