1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2026-04-27 20:21:35 +00:00

Only one newline at end of file

This commit is contained in:
Sorin Ionescu
2014-10-09 23:27:58 -04:00
parent 10c33ec9a4
commit a84ac5b002
130 changed files with 0 additions and 130 deletions
-1
View File
@@ -77,4 +77,3 @@ Authors
[2]: http://en.wikipedia.org/wiki/Fortune_(Unix)
[3]: http://www.manpagez.com/man/1/msgs
[4]: https://github.com/sorin-ionescu/prezto/issues
-1
View File
@@ -19,4 +19,3 @@ if (( $+commands[fortune] )); then
fortune -a
print
fi
-1
View File
@@ -11,4 +11,3 @@ cat <<-EOF
Thank you. Come again!
-- Dr. Apu Nahasapeemapetilon
EOF
-1
View File
@@ -74,4 +74,3 @@ TMPPREFIX="${TMPDIR%/}/zsh"
if [[ ! -d "$TMPPREFIX" ]]; then
mkdir -p "$TMPPREFIX"
fi
-1
View File
@@ -9,4 +9,3 @@
if [[ "$SHLVL" -eq 1 && ! -o LOGIN && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then
source "${ZDOTDIR:-$HOME}/.zprofile"
fi
-1
View File
@@ -11,4 +11,3 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
fi
# Customize to your needs...