dotfiles/.bashrc

9 lines
226 B
Bash
Raw Normal View History

#!/bin/bash
# `bash`-specific configurations
# Load configuration files common to all kinds of shells,
# if not already done by a `bash` login shell
[ -z "$PROFILE_LOADED" ] && [ -f "$HOME/.profile" ] && . "$HOME/.profile"