summarylogtreecommitdiffstats
path: root/zshrc
blob: 3095d85eaca7000a4063bd7a91851869a129974a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# 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
# caused when zim tries to upgrade itself when ran as user w/o writing rights to $ZIM_HOME.
# Source global config and zim
source ${ZIM_HOME}/templates/zshrc &>/dev/null