dotfiles/dotfiles/lib/shellrc.sh

5 lines
125 B
Bash

for filename in ~/.lib/shellrc/*; do
source $filename
done
environment_variable_exists INSIDE_EMACS && inside_emacs_hook