diff options
author | shmibs <shmibs@gmail.com> | 2014-01-12 03:01:32 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-01-12 03:01:32 -0700 |
commit | 39f44b6aa5ebb29405a4523d4ef12cc4aacad4f6 (patch) | |
tree | c109e7225ad742d6ffa56d628f4f3da80f081225 /.bashrc | |
parent | eb52ab2616e8e004499333656307d01c45c369ef (diff) | |
download | dotfiles-39f44b6aa5ebb29405a4523d4ef12cc4aacad4f6.tar.gz |
updated dir names and ranger keybindings
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |