diff --git a/dot_zimrc.tmpl b/dot_zimrc.tmpl index 6be8e65..f339d04 100644 --- a/dot_zimrc.tmpl +++ b/dot_zimrc.tmpl @@ -11,15 +11,6 @@ zmodule zsh-users/zsh-completions --fpath src #zmodule ohmyzsh/ohmyzsh --root lib/theme-and-appearance #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 junegunn/fzf --on-pull './install --bin' diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index c0cab77..6af4d23 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -65,16 +65,9 @@ source ${ZIM_HOME}/init.zsh source ~/bin/zimfwupdate.sh eval "$(zoxide init zsh)" -eval "$(fuzzy-clone init zsh)" eval "$(gitnow init zsh)" eval "$(non shell zsh)" -# pnpm -export PNPM_HOME="{{ .pnpm_home }}" -export PATH="$PNPM_HOME:$PATH" -# pnpm end -# - alias ,="source ,cd" alias ,g="source ,ccd" alias ,n="noil edit"