dotfiles/bash_profile

7 lines
88 B
Bash

# -*- sh -*-
[[ -r /etc/bashrc ]] && . /etc/bashrc
[[ -r ~/.bashrc ]] && . ~/.bashrc