From a6243585ba861c80d19f5f135170204e22bfc346 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 30 Sep 2025 11:50:05 +0200 Subject: Various changes, fixed .zshenv initializing properly, updated install.sh/packages.yml (testing shell-git invocation/make tmp and re-exec with bash) --- common/.zshrc | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 common/.zshrc (limited to 'common/.zshrc') diff --git a/common/.zshrc b/common/.zshrc deleted file mode 100644 index bd22e32..0000000 --- a/common/.zshrc +++ /dev/null @@ -1,10 +0,0 @@ -# ~/.zshrc -[[ -f ~/.config/zsh/.zshrc ]] && source ~/.config/zsh/.zshrc - -# Point all zsh startup files to ~/.config/zsh -export ZDOTDIR="$HOME/.config/zsh" - -# If you want, you can still source your real zshenv from there: -if [[ -f "$ZDOTDIR/.zshenv" ]]; then - source "$ZDOTDIR/.zshenv" -fi -- cgit v1.2.3