feat(ZSH): plugins - add 'wd' function
This commit is contained in:
parent
7d426ae1ab
commit
81c0e7e27e
33
.config/zsh/.zsh_plugins.txt
Normal file
33
.config/zsh/.zsh_plugins.txt
Normal file
@ -0,0 +1,33 @@
|
||||
#!/bin/zsh
|
||||
#
|
||||
# .zsh_plugins.txt - antidote plugins file
|
||||
#
|
||||
|
||||
# Completions
|
||||
mattmc3/ez-compinit
|
||||
zsh-users/zsh-completions kind:fpath path:src
|
||||
aloxaf/fzf-tab # Remove if you don't use fzf
|
||||
|
||||
# Completion styles
|
||||
belak/zsh-utils path:completion/functions kind:autoload post:compstyle_zshzoo_setup
|
||||
|
||||
# Keybindings
|
||||
belak/zsh-utils path:editor
|
||||
|
||||
# History
|
||||
belak/zsh-utils path:history
|
||||
|
||||
# Prompt
|
||||
romkatv/powerlevel10k
|
||||
|
||||
# Utilities
|
||||
belak/zsh-utils path:utility
|
||||
romkatv/zsh-bench kind:path
|
||||
ohmyzsh/ohmyzsh path:plugins/extract
|
||||
# a kind of "cd" with shortcuts
|
||||
mfaerevaag/wd
|
||||
|
||||
# Other Fish-like features
|
||||
zdharma-continuum/fast-syntax-highlighting # Syntax highlighting
|
||||
zsh-users/zsh-autosuggestions # Auto-suggestions
|
||||
zsh-users/zsh-history-substring-search # Up/Down to search history
|
Loading…
Reference in New Issue
Block a user