David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
7deae3d
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.bash_profile
Add a few c++ aliases, and make .bash_profile cross-distro
David Blume
commited
7deae3d
at 2016-02-29 06:53:12
.bash_profile
Blame
History
Raw
# ~/.bash_profile: executed by bash for login shells. # Source global definitions if [ -f /etc/bashrc ]; then # Macintosh (Darwin) and Fedora / Red Hat . /etc/bashrc elif [ -f /etc/bash.bashrc ]; then # Raspberry Pi / Debian and Cygwin . /etc/bash.bashrc fi # source the user's bashrc if it exists if [ -f "${HOME}/.bashrc" ]; then source "${HOME}/.bashrc" fi