From 885b0d0a54efdcd2f47ced62af5d6d5ab6d8f815 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 23 Apr 2013 16:09:23 +0200 Subject: Profile settings: explicit EDITOR and PAGER MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PAGER follows what git uses (well chosen) Signed-off-by: Jan Pokorný --- .profile | 6 ++++-- 1 file 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" -- cgit