Install zoxide

This commit is contained in:
fanyx 2024-02-21 13:55:53 +01:00
parent bf43ddb8e4
commit 7c2eabe85c
1 changed files with 7 additions and 2 deletions

View File

@ -61,12 +61,17 @@ shopt -s checkwinsize
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
#################################
# - hooks
# Hooks
# - direnv
# - starship
# - zoxide
command -v direnv &>/dev/null && eval "$(direnv hook bash)"
command -v starship &>/dev/null && eval "$(starship init bash)"
command -v zoxide &>/dev/null && eval "$(zoxide init --cmd cd bash)"
# - env vars
#################################
# Environment variables
export XBPS_DISTDIR="$HOME/git/void-packages"
export SVDIR="$HOME/sv"