From a320c5908a8763b9d5671e6204166849e579f9e8 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 2 Aug 2025 18:19:02 +0200 Subject: [PATCH] feat: remove more stuff Signed-off-by: kjuulh --- dot_zimrc.tmpl | 9 --------- dot_zshrc.tmpl | 7 ------- 2 files changed, 16 deletions(-) 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"