Skip to content

Commit

Permalink
fix: properly init asdf and zoxide
Browse files Browse the repository at this point in the history
  • Loading branch information
macintacos committed Jul 17, 2023
1 parent 188a145 commit f3d7197
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions shell/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,16 @@ zstyle ':fzf-tab:complete:code:**' fzf-preview 'bat $realpath || exa --icons --c

zstyle ':fzf-tab:*' command $FZF_TAB_COMMAND

# ┌─────────────────────────────────────────────────┐
# │ ASDF │
# └─────────────────────────────────────────────────┘
. $HOME/.asdf/asdf.sh

# ┌─────────────────────────────────────────────────┐
# │ ZOXIDE │
# └─────────────────────────────────────────────────┘
eval "$(zoxide init zsh)"

# ┌─────────────────────────────────────────────────┐
# │ KEYBINDINGS │
# └─────────────────────────────────────────────────┘
Expand Down

0 comments on commit f3d7197

Please sign in to comment.