@@ -11,15 +11,6 @@ zmodule zsh-users/zsh-completions --fpath src
|
|||||||
#zmodule ohmyzsh/ohmyzsh --root lib/theme-and-appearance
|
#zmodule ohmyzsh/ohmyzsh --root lib/theme-and-appearance
|
||||||
#zmodule ohmyzsh/ohmyzsh --root lib/clipboard
|
#zmodule ohmyzsh/ohmyzsh --root lib/clipboard
|
||||||
|
|
||||||
{{ if .lunar -}}
|
|
||||||
|
|
||||||
zmodule lunarway/lw-zsh --use git --branch experiment/zim
|
|
||||||
zmodule lunarway/lw-zsh --use git --branch experiment/zim --fpath local/
|
|
||||||
zmodule lunarway/hubble-zsh --use git
|
|
||||||
|
|
||||||
zmodule git@github.com:kjuulh/zim-lunar.git --use git
|
|
||||||
|
|
||||||
{{ end -}}
|
|
||||||
zmodule kjuulh/zim-kjuulh
|
zmodule kjuulh/zim-kjuulh
|
||||||
|
|
||||||
#zmodule junegunn/fzf --on-pull './install --bin'
|
#zmodule junegunn/fzf --on-pull './install --bin'
|
||||||
|
@@ -65,16 +65,9 @@ source ${ZIM_HOME}/init.zsh
|
|||||||
source ~/bin/zimfwupdate.sh
|
source ~/bin/zimfwupdate.sh
|
||||||
|
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
eval "$(fuzzy-clone init zsh)"
|
|
||||||
eval "$(gitnow init zsh)"
|
eval "$(gitnow init zsh)"
|
||||||
eval "$(non shell zsh)"
|
eval "$(non shell zsh)"
|
||||||
|
|
||||||
# pnpm
|
|
||||||
export PNPM_HOME="{{ .pnpm_home }}"
|
|
||||||
export PATH="$PNPM_HOME:$PATH"
|
|
||||||
# pnpm end
|
|
||||||
#
|
|
||||||
|
|
||||||
alias ,="source ,cd"
|
alias ,="source ,cd"
|
||||||
alias ,g="source ,ccd"
|
alias ,g="source ,ccd"
|
||||||
alias ,n="noil edit"
|
alias ,n="noil edit"
|
||||||
|
Reference in New Issue
Block a user