.dotfiles/bash/bash_profile.host

6 lines
115 B
Bash

# vim: ft=sh
#
if [ -f "$HOME/.dotfiles/bash/path.host" ]; then
source "$HOME/.dotfiles/bash/path.host"
fi