David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
bf65f8c
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.bash_profile
Better to let short circuit evaluation avoid the function call and file system access.
David Blume
commited
bf65f8c
at 2018-09-06 16:47:58
.bash_profile
Blame
History
Raw
# ~/.bash_profile: executed by bash for login shells. if [ -f "${HOME}/.bashrc" ]; then source "${HOME}/.bashrc" fi if [[ -n $ITERM_PROFILE && -z $SSH_CLIENT && $(uname -s) == Darwin* && -f "${HOME}/tips.txt" ]]; then cat ~/tips.txt fi