dotfiles/bash_profile

7 lines
88 B
Bash
Raw Normal View History

2018-07-15 10:24:42 +02:00
# -*- sh -*-
2018-07-15 09:47:03 +02:00
[[ -r /etc/bashrc ]] && . /etc/bashrc
2018-07-15 10:24:42 +02:00
[[ -r ~/.bashrc ]] && . ~/.bashrc