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


#
# User configuration sourced by interactive shells
#

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

# Source zim
if [[ -s ${ZIM_HOME}/init.zsh ]]; then
  source ${ZIM_HOME}/init.zsh
fi