zsh: Use atuin

This commit is contained in:
Michael Yockey
2025-02-13 10:04:08 -05:00
parent 5d1bd8418a
commit ba0d6b1b8b
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
atuin
direnv
fastfetch
fd

View File

@@ -14,8 +14,12 @@ export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
# ZOxide, cd alternative
eval "$(zoxide init --cmd cd zsh)"
# atuin, shell command stats
eval "$(atuin init zsh)"
if type brew &>/dev/null; then
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
export PATH="/usr/local/sbin:$PATH"