dotfiles/home/dot-bash_profile

6 lines
124 B
Text
Raw Permalink Normal View History

2022-02-03 18:33:04 +00:00
# -*- mode: bash -*-
# a login shell does everything an interactive shell does
[[ -f ~/.bashrc ]] && source ~/.bashrc
true