dotfiles/home/dot-bash_profile
2022-02-03 19:33:04 +01:00

6 lines
No EOL
124 B
Bash

# -*- mode: bash -*-
# a login shell does everything an interactive shell does
[[ -f ~/.bashrc ]] && source ~/.bashrc
true