David Blume commited on 2018-09-06 16:38:07 Showing 1 changed files, with 4 additions and 0 deletions.
@@ -3,3 +3,7 @@
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