aboutsummaryrefslogtreecommitdiff
path: root/sh/profile
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile')
-rw-r--r--sh/profile9
1 files changed, 0 insertions, 9 deletions
diff --git a/sh/profile b/sh/profile
index cfa8cf22..7e1f88c2 100644
--- a/sh/profile
+++ b/sh/profile
@@ -1,12 +1,3 @@
-# Set editor
-EDITOR='vi'
-VISUAL=$EDITOR
-export EDITOR VISUAL
-
-# Set pager
-PAGER='less'
-export PAGER
-
# Add ~/.local/bin to PATH if it exists
if [ -d "$HOME"/.local/bin ]; then
PATH="$HOME"/.local/bin:"$PATH"