aboutsummaryrefslogtreecommitdiff
path: root/common/.zshrc
diff options
context:
space:
mode:
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