summaryrefslogtreecommitdiffstats
path: root/.bashrc
blob: c460461c03318a4ad7a4debd05413ac6915f219b (plain)
1
2
3
4
5
6
7
# ~/.bashrc
#
# Executed by non-login interactive shells when starting

[ -f "$HOME/.config/bash/bashrc" ] && source "$HOME/.config/bash/bashrc"

# vim: set filetype=bash