forked from colonelpanic/dotfiles
5 lines
125 B
Bash
5 lines
125 B
Bash
for filename in ~/.lib/shellrc/*; do
|
|
source $filename
|
|
done
|
|
environment_variable_exists INSIDE_EMACS && inside_emacs_hook
|