mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
zsh fix
This commit is contained in:
@@ -3,7 +3,6 @@ export EDITOR="nvim"
|
||||
export LANG="en_US.UTF-8"
|
||||
|
||||
# Set Zinit home directory early
|
||||
export ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git"
|
||||
|
||||
# Path helper or custom PATH additions should go here
|
||||
# export PATH="$PATH:/your/custom/bin"
|
||||
|
||||
1
.zshrc
1
.zshrc
@@ -1,3 +1,4 @@
|
||||
export ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git"
|
||||
# Set the directory we want to store zinit and plugins
|
||||
[ ! -d $ZINIT_HOME ] && mkdir -p "$(dirname $ZINIT_HOME)"
|
||||
[ ! -d $ZINIT_HOME/.git ] && git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"
|
||||
|
||||
Reference in New Issue
Block a user