Install zoxide
This commit is contained in:
parent
bf43ddb8e4
commit
7c2eabe85c
|
@ -61,12 +61,17 @@ shopt -s checkwinsize
|
||||||
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
|
[ -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 direnv &>/dev/null && eval "$(direnv hook bash)"
|
||||||
command -v starship &>/dev/null && eval "$(starship init 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 XBPS_DISTDIR="$HOME/git/void-packages"
|
||||||
export SVDIR="$HOME/sv"
|
export SVDIR="$HOME/sv"
|
||||||
|
|
Loading…
Reference in New Issue