aboutsummaryrefslogtreecommitdiff
path: root/common/.zshrc
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2025-09-30 11:50:05 +0200
committersrdusr <trevorgray@srdusr.com>2025-09-30 11:50:05 +0200
commita6243585ba861c80d19f5f135170204e22bfc346 (patch)
tree0710801dd067d27e70988b7477a5aa06157b4d91 /common/.zshrc
parent8051e7846625a06b30baa15868631de286f7ee5d (diff)
downloaddotfiles-a6243585ba861c80d19f5f135170204e22bfc346.tar.gz
dotfiles-a6243585ba861c80d19f5f135170204e22bfc346.zip
Various changes, fixed .zshenv initializing properly, updated install.sh/packages.yml (testing shell-git invocation/make tmp and re-exec with bash)
Diffstat (limited to 'common/.zshrc')
-rw-r--r--common/.zshrc10
1 files changed, 0 insertions, 10 deletions
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