From 47d3b6fc1966df43b37751165d6fa4229904c0fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 26 Jan 2018 15:02:07 +0100 Subject: Initial commit --- zshrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 zshrc (limited to 'zshrc') 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 -- cgit v1.2.3