aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-26 15:02:07 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-26 15:26:36 +0100
commit47d3b6fc1966df43b37751165d6fa4229904c0fa (patch)
treecccb190aad69ed1afb93654922575a95e7745d03 /zshrc
downloadshellrc-47d3b6fc1966df43b37751165d6fa4229904c0fa.tar.gz
shellrc-47d3b6fc1966df43b37751165d6fa4229904c0fa.tar.bz2
shellrc-47d3b6fc1966df43b37751165d6fa4229904c0fa.zip
Initial commitv0.1
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/zshrc b/zshrc
new file mode 100644
index 0000000..ee5d8a8
--- /dev/null
+++ b/zshrc
@@ -0,0 +1,5 @@
+[[ -o interactive ]] || return # skip on initialization if not interactive
+
+for sh in /etc/zsh/zshrc.d/*; do
+ [ -r "$sh" ] && . "$sh"
+done