This commit is contained in:
abs3nt 2023-03-08 21:18:37 -08:00
parent 44d019cc0a
commit 6ba5098e68
Signed by: abs3nt
GPG Key ID: FDC6662313FA9386

View File

@ -80,19 +80,13 @@ fpath=(/bedrock/share/zsh/completion /bedrock/cross/zsh-completion $fpath)
zinit wait lucid light-mode for \ zinit wait lucid light-mode for \
atload'_zsh_autosuggest_start' zsh-users/zsh-autosuggestions \ atload'_zsh_autosuggest_start' zsh-users/zsh-autosuggestions \
atload"zicompinit; zicdreplay" blockf zsh-users/zsh-completions \
joshskidmore/zsh-fzf-history-search \ joshskidmore/zsh-fzf-history-search \
hlissner/zsh-autopair \ hlissner/zsh-autopair \
zsh-users/zsh-history-substring-search \ zsh-users/zsh-history-substring-search \
z-shell/F-Sy-H \ z-shell/F-Sy-H \
djui/alias-tips djui/alias-tips
zi for \
atload"zicompinit; zicdreplay" \
blockf \
lucid \
wait \
zsh-users/zsh-completions
# ALIASES # ALIASES
for file in $XDG_CONFIG_HOME/zsh/aliases/* ; do for file in $XDG_CONFIG_HOME/zsh/aliases/* ; do
source "$file" source "$file"