summaryrefslogtreecommitdiffstats
path: root/.bashrc
blob: 6f4e66e39c5675821405283b9a1542bc4283f980 (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: ft=bash