summarylogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorTatsuyuki Ishi2017-10-22 10:40:54 +0900
committerTatsuyuki Ishi2017-10-22 10:40:54 +0900
commit48cc17e3e885b197e8f1ee050391ebe694a490e8 (patch)
tree4e8ba9c46b0b32716aa55ec4387cb6523402d6e3 /zshrc
parentf06ce5a11f1ac071c306bf54f1f51e225f530428 (diff)
downloadaur-48cc17e3e885b197e8f1ee050391ebe694a490e8.tar.gz
Always source default zimrc
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/zshrc b/zshrc
index ac22062edddf..4b0a47a5bdcc 100644
--- a/zshrc
+++ b/zshrc
@@ -7,8 +7,9 @@
# Change default zim location
export ZIM_HOME=/usr/lib/zim
+# Source global config
+source /etc/zsh/zimrc
+
# Source zim
-if [[ -s ${ZIM_HOME}/init.zsh ]]; then
- source ${ZIM_HOME}/init.zsh
-fi
+source ${ZIM_HOME}/init.zsh