summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile6
1 files changed, 4 insertions, 2 deletions
diff --git a/.profile b/.profile
index b03e8ec..65b844b 100644
--- a/.profile
+++ b/.profile
@@ -1,2 +1,4 @@
-export PATH=$PATH:$HOME/.local/bin:$HOME/bin
-export KRB5_CONFIG=$HOME/.krb5conf
+export PATH="${PATH}:${HOME}/.local/bin:${HOME}/bin"
+export KRB5_CONFIG="${HOME}/.krb5conf"
+export EDITOR="vim"
+export PAGER="less -FRXS"