1
0
Fork 0
mirror of synced 2024-11-13 19:48:58 -05:00
zimfw/templates/zshrc

14 lines
275 B
Bash

#
# User configuration sourced by interactive shells
#
# Define zim location
(( ! ${+ZIM_DATA_DIR} )) && export ZIM_DATA_DIR="${XDG_DATA_HOME:-"${HOME}/.local/share"}/zim"
# Source zim
if [[ -s "${ZIM_DATA_DIR}/init.zsh" ]]; then
source "${ZIM_DATA_DIR}/init.zsh"
fi