aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-01-12 03:01:32 -0700
committershmibs <shmibs@gmail.com>2014-01-12 03:01:32 -0700
commit39f44b6aa5ebb29405a4523d4ef12cc4aacad4f6 (patch)
treec109e7225ad742d6ffa56d628f4f3da80f081225 /.bashrc
parenteb52ab2616e8e004499333656307d01c45c369ef (diff)
downloaddotfiles-39f44b6aa5ebb29405a4523d4ef12cc4aacad4f6.tar.gz
updated dir names and ranger keybindings
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index fd9b8ee..c9c0d01 100644
--- a/.bashrc
+++ b/.bashrc
@@ -17,6 +17,7 @@ shopt -s checkwinsize
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias diff='colordiff'
+alias less='less -R'
PS1='[\u@\h \W]\$ '
PS2='> '
@@ -35,3 +36,4 @@ esac
[ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion
export EDITOR="vim"
+export PAGER="less -R"