David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
302b79f
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.bash_profile
Check for .:/Users/david before customizing completion.
dblume
commited
302b79f
at 2022-05-21 08:13:28
.bash_profile
Blame
History
Raw
# ~/.bash_profile: executed by bash for login shells. if [ -f "${HOME}/.bashrc" ]; then source "${HOME}/.bashrc" fi if [[ $(uname -s) == Darwin* ]]; then if [[ -n $ITERM_PROFILE && -z $SSH_CLIENT && -f "${HOME}/tips.txt" ]]; then cat "${HOME}/tips.txt" fi if [[ -n $CDPATH && -f $(brew --prefix)/etc/bash_completion ]]; then # brew install bash-completion (for $CDPATH completion) source $(brew --prefix)/etc/bash_completion fi fi