01_zoxide.bash 259 B

12345678
  1. # zoxide is a smarter cd command, inspired by z and autojump.
  2. # Ref: https://github.com/ajeetdsouza/zoxide
  3. # Specifies the directory in which the database is stored.
  4. export _ZO_DATA_DIR=${XDG_DATA_HOME}
  5. # Launches zoxide
  6. eval "$(zoxide init bash --cmd cd)"