6 lines
295 B
Bash
6 lines
295 B
Bash
|
# Fig pre block. Keep at the top of this file.
|
||
|
[[ -f "$HOME/.fig/shell/bashrc.pre.bash" ]] && builtin source "$HOME/.fig/shell/bashrc.pre.bash"
|
||
|
|
||
|
# Fig post block. Keep at the bottom of this file.
|
||
|
[[ -f "$HOME/.fig/shell/bashrc.post.bash" ]] && builtin source "$HOME/.fig/shell/bashrc.post.bash"
|