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"
|
OMZ_DIRS="${BASE_ZSH_CONFIG_DIR}/config/omz"
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
||||||
|
### Autojump ###
|
||||||
|
source "${HOME}/.local/share/autojump/share/autojump/autojump.zsh"
|
||||||
|
|
||||||
export plugins=(
|
export plugins=(
|
||||||
git
|
git
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
|
@ -19,9 +19,6 @@ export PYENV_ROOT="${HOME}/.local/share/pyenv"
|
|||||||
export PATH="${PATH}:${PYENV_ROOT}/bin"
|
export PATH="${PATH}:${PYENV_ROOT}/bin"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
|
|
||||||
### Autojump ###
|
|
||||||
source "${HOME}/.local/share/autojump/share/autojump/autojump.zsh"
|
|
||||||
|
|
||||||
### MAC ##
|
### MAC ##
|
||||||
if [[ "$OSTYPE" = "darwin"* ]]; then
|
if [[ "$OSTYPE" = "darwin"* ]]; then
|
||||||
# Set Homebrew env variables
|
# Set Homebrew env variables
|
||||||
|
Loading…
Reference in New Issue
Block a user