summaryrefslogtreecommitdiffstats
path: root/.bash_login
blob: 204a096904ad0f63f10385f4e08298954e4613ef (plain)
1
2
3
4
5
6
7
# ~/.bash_login
#
# Executed by login shells when starting

[[ -r ~/.bashrc ]] && source "$HOME/.bashrc"

# vim: ft=bash