dotfiles/shell/.bash_profile

5 lines
117 B
Bash
Raw Normal View History

2018-10-02 21:41:43 +01:00
#!/bin/bash
# It looks like this is a login shell, load .profile
[ -f "$HOME/.profile" ] && source "$HOME/.profile"