From 4ab9c61774733aa68b6eb8cf03f3ad747b46c698 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 28 Mar 2016 15:17:58 +1300 Subject: Remove blank lines at end of files --- sh/profile | 1 - sh/profile.d/browser.sh | 1 - sh/profile.d/editor.sh | 1 - sh/profile.d/go.sh | 1 - sh/profile.d/grep.sh | 1 - sh/profile.d/keychain.sh | 1 - sh/profile.d/ls.sh | 1 - sh/profile.d/oldpwd.sh | 1 - sh/profile.d/timezone.sh | 1 - 9 files changed, 9 deletions(-) (limited to 'sh') 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 - -- cgit v1.2.3