aboutsummaryrefslogtreecommitdiff
path: root/bash/99-zoxide.bash
blob: 093fa67f152704db4c97558a6de594244da0cfa9 (plain)
1
2
3
4
5
#!/bin/bash

if which zoxide > /dev/null 2>&1 && [ ! "$FORCE_NORMAL_CD" = "yes" ] ; then
	eval "$(zoxide init bash --cmd cd)"
fi