mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
fixes
This commit is contained in:
9
.zshrc
9
.zshrc
@@ -24,10 +24,10 @@ zinit ice wait lucid atload'_zsh_autosuggest_start'
|
||||
zinit light zsh-users/zsh-autosuggestions
|
||||
|
||||
zinit ice wait lucid blockf
|
||||
zinit light asdf-vm/asdf
|
||||
zinit light wintermi/zsh-brew
|
||||
|
||||
zinit ice wait lucid blockf
|
||||
zinit light wintermi/zsh-brew
|
||||
zinit snippet OMZP::asdf/asdf.plugin.zsh
|
||||
|
||||
zinit ice wait lucid blockf
|
||||
zinit light atuinsh/atuin
|
||||
@@ -41,7 +41,6 @@ zinit light ajeetdsouza/zoxide
|
||||
zinit ice wait lucid blockf
|
||||
zinit light Aloxaf/fzf-tab
|
||||
|
||||
|
||||
# direnv — from GitHub releases
|
||||
zinit from"gh-r" as"program" mv"direnv* -> direnv" \
|
||||
atclone'./direnv hook zsh > zhook.zsh' atpull'%atclone' \
|
||||
@@ -58,6 +57,9 @@ zi for \
|
||||
lucid \
|
||||
zsh-users/zsh-completions
|
||||
|
||||
# uv
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
# 9. Load all custom configs from $ZSH_CUSTOM
|
||||
for config_file ("$ZSH_CUSTOM"/*.zsh(N)); do
|
||||
source "$config_file"
|
||||
@@ -68,3 +70,4 @@ unset config_file
|
||||
function timezsh() {
|
||||
for i in {1..5}; do /usr/bin/time -p zsh -i -c exit; done
|
||||
}
|
||||
### End of Zinit's installer chunk
|
||||
|
||||
Reference in New Issue
Block a user