dotfiles/shell/.bash_profile
Diogo Cordeiro c6cc2d3f9d first commit
2021-02-18 17:53:07 +00:00

5 lines
117 B
Bash

#!/bin/bash
# It looks like this is a login shell, load .profile
[ -f "$HOME/.profile" ] && source "$HOME/.profile"