aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh/profile.d/browser.sh4
-rw-r--r--sh/profile.d/editor.sh2
-rw-r--r--sh/profile.d/pager.sh2
-rw-r--r--sh/profile.d/timezone.sh2
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