David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
f57a1fb
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.bash_profile
When in iTerm2, print a tips file.
David Blume
commited
f57a1fb
at 2018-09-06 16:38:07
.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* && -z $SSH_CLIENT && -n $ITERM_PROFILE && -f "${HOME}/tips.txt" ]]; then cat ~/tips.txt fi