fix: compinit not loaded in .zshenv
This commit is contained in:
parent
d4ec6497ee
commit
c280a1845e
2 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,6 @@ export ZSH_CUSTOM="$ZDOTDIR/custom"
|
|||
export HISTFILE="$XDG_STATE_HOME/zsh_history"
|
||||
export ZLE_RPROMPT_INDENT=0
|
||||
|
||||
mkdir -p "$XDG_CACHE_HOME/zsh"
|
||||
compinit -d "$XDG_CACHE_HOME/zsh/zcompdump-$ZSH_VERSION"
|
||||
|
||||
export LESSHISTFILE='-'
|
||||
|
||||
export EDITOR='nvim'
|
||||
|
|
|
@ -6,6 +6,9 @@ plugins=(vi-mode colored-man-pages git gitignore)
|
|||
|
||||
. "$ZSH"/oh-my-zsh.sh
|
||||
|
||||
mkdir -p "$XDG_CACHE_HOME/zsh"
|
||||
compinit -d "$XDG_CACHE_HOME/zsh/zcompdump-$ZSH_VERSION"
|
||||
|
||||
. "$ZDOTDIR"/.docker_aliases
|
||||
. "$ZDOTDIR"/.kubectl_aliases
|
||||
. "$ZDOTDIR"/.zsh_aliases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue