summarylogtreecommitdiffstats
path: root/zshrc
blob: 3037fbbede70d7e0746c5c0f461df6c67483642d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17


#
# User configuration sourced by interactive shells
#

# Change default zim location
export ZIM_HOME=/usr/lib/zim

# Output is suppressed in the commands below to prevent spewing out permission errors.
# When zim tries to upgrade itself when ran as user w/o writing rights to $ZIM_HOME.
# Source global config
source ${ZIM_HOME}/templates/zshrc &>/dev/null

# Source zim
source ${ZIM_HOME}/init.zsh &>/dev/null