Skip to content

Commit

Permalink
restore forgotten zinit
Browse files Browse the repository at this point in the history
  • Loading branch information
varp committed Nov 12, 2024
1 parent d7dbc7a commit 94bb174
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dotfiles/zshrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
time_ms
##
## zinit
##
ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git"
[ ! -d $ZINIT_HOME ] && mkdir -p "$(dirname $ZINIT_HOME)"
[ ! -d $ZINIT_HOME/.git ] && git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"
source "${ZINIT_HOME}/zinit.zsh"
##
## POSIX complaint shell utitly functions and envs
##
source "$HOME/.shell/functions"
Expand Down

0 comments on commit 94bb174

Please sign in to comment.