fix: extract autojump to omz
This commit is contained in:
parent
dde0b748a3
commit
4cfa4695cf
@ -1,6 +1,10 @@
|
||||
OMZ_DIRS="${BASE_ZSH_CONFIG_DIR}/config/omz"
|
||||
|
||||
configure() {
|
||||
|
||||
### Autojump ###
|
||||
source "${HOME}/.local/share/autojump/share/autojump/autojump.zsh"
|
||||
|
||||
export plugins=(
|
||||
git
|
||||
zsh-autosuggestions
|
||||
|
@ -19,9 +19,6 @@ export PYENV_ROOT="${HOME}/.local/share/pyenv"
|
||||
export PATH="${PATH}:${PYENV_ROOT}/bin"
|
||||
eval "$(pyenv init -)"
|
||||
|
||||
### Autojump ###
|
||||
source "${HOME}/.local/share/autojump/share/autojump/autojump.zsh"
|
||||
|
||||
### MAC ##
|
||||
if [[ "$OSTYPE" = "darwin"* ]]; then
|
||||
# Set Homebrew env variables
|
||||
|
Loading…
Reference in New Issue
Block a user