aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/zshrc b/zshrc
deleted file mode 100644
index ee5d8a8..0000000
--- a/zshrc
+++ /dev/null
@@ -1,5 +0,0 @@
-[[ -o interactive ]] || return # skip on initialization if not interactive
-
-for sh in /etc/zsh/zshrc.d/*; do
- [ -r "$sh" ] && . "$sh"
-done