about summary refs log tree commit diff
path: root/bash
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2017-02-09 10:34:15 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2017-02-09 10:34:15 +0700
commita295db54fbe539abda4542195fa3b5781d13806d (patch)
treeedefbd95590f1976419deaff71ae827e2c4e7410 /bash
parent3722d3e087637b952e34dfd326b0b4d362705bef (diff)
downloaddotfiles-a295db54fbe539abda4542195fa3b5781d13806d.tar.gz
Update 20170209. Highlights: awesome 4.0, gruvbox dark -> light
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 65c9ae3..334c920 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -129,5 +129,5 @@ fi
 # vi mode input
 set -o vi
 
-export RTV_EDITOR=vim
-export BROWSER=w3m
+export EDITOR=vim
+export PAGER=less