Skip to content

Commit

Permalink
Update zi.zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-o committed Apr 29, 2022
1 parent f464ac3 commit 2713575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zi.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -2674,7 +2674,7 @@ zicompdef() { ZI_COMPDEF_REPLAY+=( "${(j: :)${(q)@}}" ); }
zi-turbo() { zi depth'3' lucid ${1/#[0-9][a-d]/wait"${1}"} "${@:2}"; }
# ]]]
# Compatibility functions. [[[
#zplugin() { zi "$@"; }
❮▼❯() { zi "$@"; }
zpcdreplay() { .zi-compdef-replay -q; }
zpcdclear() { .zi-compdef-clear -q; }
zpcompinit() { autoload -Uz compinit; compinit -d ${ZI[ZCOMPDUMP_PATH]:-${XDG_DATA_HOME:-$ZDOTDIR:-$HOME}/.zcompdump} "${(Q@)${(z@)ZI[COMPINIT_OPTS]}}"; }
Expand All @@ -2697,7 +2697,7 @@ zmodload zsh/zpty zsh/system 2>/dev/null
zmodload -F zsh/stat b:zstat 2>/dev/null && ZI[HAVE_ZSTAT]=1

# code. [[[
builtin alias zpl=zi zplg=zi zini=zi zinit=zi zplugin=zi
builtin alias zini=zi zinit=zi zplugin=zi

.zi-prepare-home

Expand Down

0 comments on commit 2713575

Please sign in to comment.