aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_profile.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-28 15:17:58 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-28 15:17:58 +1300
commit4ab9c61774733aa68b6eb8cf03f3ad747b46c698 (patch)
tree65a09c68bb2958820d58921743fecb81166e7a06 /bash/bash_profile.d
parentAdd readv function (diff)
downloaddotfiles-4ab9c61774733aa68b6eb8cf03f3ad747b46c698.tar.gz
dotfiles-4ab9c61774733aa68b6eb8cf03f3ad747b46c698.zip
Remove blank lines at end of files
Diffstat (limited to 'bash/bash_profile.d')
-rw-r--r--bash/bash_profile.d/fortune.bash1
-rw-r--r--bash/bash_profile.d/remind.bash1
-rw-r--r--bash/bash_profile.d/verse.bash1
3 files changed, 0 insertions, 3 deletions
diff --git a/bash/bash_profile.d/fortune.bash b/bash/bash_profile.d/fortune.bash
index 5105b02d..e4da485d 100644
--- a/bash/bash_profile.d/fortune.bash
+++ b/bash/bash_profile.d/fortune.bash
@@ -17,4 +17,3 @@ fi
fortune -sn "${FORTUNE_MAXSIZE:-768}" "$FORTUNE_PATH"
printf '\n'
)
-
diff --git a/bash/bash_profile.d/remind.bash b/bash/bash_profile.d/remind.bash
index 92f13924..a8f14599 100644
--- a/bash/bash_profile.d/remind.bash
+++ b/bash/bash_profile.d/remind.bash
@@ -20,4 +20,3 @@ fi
done < <(rem -hq)
printf '\n'
)
-
diff --git a/bash/bash_profile.d/verse.bash b/bash/bash_profile.d/verse.bash
index f463d074..69c48021 100644
--- a/bash/bash_profile.d/verse.bash
+++ b/bash/bash_profile.d/verse.bash
@@ -22,4 +22,3 @@ fi
printf '%s\n' "$date" > "$versefile"
fi
)
-