Skip to content

Commit

Permalink
refactor: zinit and env
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jul 9, 2024
1 parent 99f9ec0 commit 641cf35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .zshenv
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# ZSH envioronment

export LANG="en_US.UTF-8"
export LC_ALL=C
export TERM=xterm-256color
export DEFAULT_USER=$USER
export EDITOR='emacsclient -a ""'
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/sbin:$PATH

# Zinit
export PATH=$ZPFX/bin:$PATH

# Cask
export PATH=$HOME/.cask/bin:$PATH

Expand Down
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ elif [[ $OSTYPE == linux* ]]; then
fi

# lsp booster
zinit ice wait lucid depth"1" as"program" from"gh-r" sbin"**/emacs-lsp-booster"
zinit ice wait lucid depth"1" from"gh-r" sbin"**/emacs-lsp-booster"
zinit light blahgeek/emacs-lsp-booster

#
Expand Down

0 comments on commit 641cf35

Please sign in to comment.