David Blume commited on 2018-09-06 19:56:20 Showing 1 changed files, with 1 additions and 1 deletions.
@@ -5,5 +5,5 @@ if [ -f "${HOME}/.bashrc" ]; then
fi
if [[ -n $ITERM_PROFILE && -z $SSH_CLIENT &&
$(uname -s) == Darwin* && -f "${HOME}/tips.txt" ]]; then
- cat ~/tips.txt
+ cat "${HOME}/tips.txt"