From 5520549245ce27438b37e5aa91cd86762efc0a33 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 10 Feb 2014 23:52:45 +1300 Subject: Remove some unnecessary quotes --- sh/profile.d/browser.sh | 4 ++-- sh/profile.d/editor.sh | 2 +- sh/profile.d/pager.sh | 2 +- sh/profile.d/timezone.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sh/profile.d/browser.sh b/sh/profile.d/browser.sh index 094d2095..3b03b3d6 100644 --- a/sh/profile.d/browser.sh +++ b/sh/profile.d/browser.sh @@ -1,8 +1,8 @@ # Browser if [ -n "$DISPLAY" ]; then - BROWSER='firefox' + BROWSER=firefox else - BROWSER='lynx' + BROWSER=lynx fi export BROWSER diff --git a/sh/profile.d/editor.sh b/sh/profile.d/editor.sh index eaebf3bd..92535aeb 100644 --- a/sh/profile.d/editor.sh +++ b/sh/profile.d/editor.sh @@ -1,5 +1,5 @@ # Set editor -EDITOR='vi' +EDITOR=vi VISUAL=$EDITOR export EDITOR VISUAL diff --git a/sh/profile.d/pager.sh b/sh/profile.d/pager.sh index 7e55a1a9..0874a690 100644 --- a/sh/profile.d/pager.sh +++ b/sh/profile.d/pager.sh @@ -1,4 +1,4 @@ # Set pager -PAGER='less' +PAGER=less export PAGER diff --git a/sh/profile.d/timezone.sh b/sh/profile.d/timezone.sh index 4e6fbc49..d6140d2a 100644 --- a/sh/profile.d/timezone.sh +++ b/sh/profile.d/timezone.sh @@ -1,3 +1,3 @@ -TZ='Pacific/Auckland' +TZ=Pacific/Auckland export TZ -- cgit v1.2.3