aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_profile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-11 21:21:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-11 21:21:50 +1200
commitb83fe7d6b69cb0a44a06778a90afa2a70525946f (patch)
tree3702a3591e855d41ea053c75d8a894a28e7063f6 /bash/bash_profile
parentSome completion for sudo(8) and sudoedit(8) (diff)
downloaddotfiles-b83fe7d6b69cb0a44a06778a90afa2a70525946f.tar.gz
dotfiles-b83fe7d6b69cb0a44a06778a90afa2a70525946f.zip
Move first newline back into fortune
Diffstat (limited to 'bash/bash_profile')
-rw-r--r--bash/bash_profile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bash/bash_profile b/bash/bash_profile
index 40f41c3d..05b15693 100644
--- a/bash/bash_profile
+++ b/bash/bash_profile
@@ -11,9 +11,8 @@ elif ((10#${BASH_VERSINFO[0]%%[![:digit:]]*} == 2)) && \
return
fi
-# Load any supplementary scripts, print a newline first
+# Load any supplementary scripts
if [[ -d $HOME/.bash_profile.d ]] ; then
- printf '\n'
for bash_profile in "$HOME"/.bash_profile.d/*.bash ; do
if [[ -e $bash_profile ]] ; then
source "$bash_profile"