David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
626b9cb
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.bash_profile
Fixed when /etc bashrc gets sourced. .bash_profile always has to source the user's .bashrc. On Fedora (or Red Hat), the user's .bashrc has to source the one in /etc.
David Blume
commited
626b9cb
at 2016-02-29 17:08:18
.bash_profile
Blame
History
Raw
# ~/.bash_profile: executed by bash for login shells. if [ -f "${HOME}/.bashrc" ]; then source "${HOME}/.bashrc" fi