diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-09-30 11:50:05 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-09-30 11:50:05 +0200 |
| commit | a6243585ba861c80d19f5f135170204e22bfc346 (patch) | |
| tree | 0710801dd067d27e70988b7477a5aa06157b4d91 /common/.zshrc | |
| parent | 8051e7846625a06b30baa15868631de286f7ee5d (diff) | |
| download | dotfiles-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/.zshrc | 10 |
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 |
