aca4951ea3
This rename allows the install script to do a simple copy instead of having to rename the files first. This improves install script reliability (KISS).
8 lines
165 B
Bash
8 lines
165 B
Bash
# .zshrc
|
|
|
|
# # # old settings go here # # #
|
|
|
|
# # # load Zim # # #
|
|
if [[ -s ${ZDOTDIR:-${HOME}}/.zim/init.zsh ]]; then
|
|
source ${ZDOTDIR:-${HOME}}/.zim/init.zsh;
|
|
fi;
|