.dotfiles/bash/bash_profile.distrobox

6 lines
117 B
Bash

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