aboutsummaryrefslogtreecommitdiff
path: root/sh
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 /sh
parentAdd readv function (diff)
downloaddotfiles-4ab9c61774733aa68b6eb8cf03f3ad747b46c698.tar.gz
dotfiles-4ab9c61774733aa68b6eb8cf03f3ad747b46c698.zip
Remove blank lines at end of files
Diffstat (limited to 'sh')
-rw-r--r--sh/profile1
-rw-r--r--sh/profile.d/browser.sh1
-rw-r--r--sh/profile.d/editor.sh1
-rw-r--r--sh/profile.d/go.sh1
-rw-r--r--sh/profile.d/grep.sh1
-rw-r--r--sh/profile.d/keychain.sh1
-rw-r--r--sh/profile.d/ls.sh1
-rw-r--r--sh/profile.d/oldpwd.sh1
-rw-r--r--sh/profile.d/timezone.sh1
9 files changed, 0 insertions, 9 deletions
diff --git a/sh/profile b/sh/profile
index 2999b119..816fe78b 100644
--- a/sh/profile
+++ b/sh/profile
@@ -12,4 +12,3 @@ if [ -d "$HOME"/.profile.d ] ; then
done
unset -v profile
fi
-
diff --git a/sh/profile.d/browser.sh b/sh/profile.d/browser.sh
index 19d3d94c..6adbacfe 100644
--- a/sh/profile.d/browser.sh
+++ b/sh/profile.d/browser.sh
@@ -1,4 +1,3 @@
# Browser
BROWSER=lynx
export BROWSER
-
diff --git a/sh/profile.d/editor.sh b/sh/profile.d/editor.sh
index 92535aeb..7ed9e262 100644
--- a/sh/profile.d/editor.sh
+++ b/sh/profile.d/editor.sh
@@ -2,4 +2,3 @@
EDITOR=vi
VISUAL=$EDITOR
export EDITOR VISUAL
-
diff --git a/sh/profile.d/go.sh b/sh/profile.d/go.sh
index 592b651e..86bf9994 100644
--- a/sh/profile.d/go.sh
+++ b/sh/profile.d/go.sh
@@ -6,4 +6,3 @@ export GOPATH
if [ -d "$GOPATH"/bin ] ; then
PATH=$GOPATH/bin:$PATH
fi
-
diff --git a/sh/profile.d/grep.sh b/sh/profile.d/grep.sh
index 4e27b087..224fd206 100644
--- a/sh/profile.d/grep.sh
+++ b/sh/profile.d/grep.sh
@@ -11,4 +11,3 @@ esac
# We're done parsing grep(1)'s --help output now
unset -v grep_help
-
diff --git a/sh/profile.d/keychain.sh b/sh/profile.d/keychain.sh
index cde71792..55306ad4 100644
--- a/sh/profile.d/keychain.sh
+++ b/sh/profile.d/keychain.sh
@@ -15,4 +15,3 @@ if command -v keychain >/dev/null 2>&1 ; then
export GPG_TTY
fi
fi
-
diff --git a/sh/profile.d/ls.sh b/sh/profile.d/ls.sh
index a477c510..a3cc84b7 100644
--- a/sh/profile.d/ls.sh
+++ b/sh/profile.d/ls.sh
@@ -16,4 +16,3 @@ esac
# We're done parsing ls(1)'s --help output now
unset -v ls_help
-
diff --git a/sh/profile.d/oldpwd.sh b/sh/profile.d/oldpwd.sh
index f1dc7746..91dd1dba 100644
--- a/sh/profile.d/oldpwd.sh
+++ b/sh/profile.d/oldpwd.sh
@@ -3,4 +3,3 @@ if [ -r "${OLDPWD_FILE:-$HOME/.oldpwd}" ] ; then
IFS= read -r OLDPWD < "${OLDPWD_FILE:-$HOME/.oldpwd}"
export OLDPWD
fi
-
diff --git a/sh/profile.d/timezone.sh b/sh/profile.d/timezone.sh
index 2625a912..cbd33539 100644
--- a/sh/profile.d/timezone.sh
+++ b/sh/profile.d/timezone.sh
@@ -1,4 +1,3 @@
# Timezone
TZ=Pacific/Auckland
export TZ
-