summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index e562b19..ff7d9ce 100644
--- a/.bashrc
+++ b/.bashrc
@@ -15,6 +15,8 @@ HISTCONTROL=ignoreboth
PROMPT_COMMAND='(history -a)'
PS1='\[\033[01;34m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '
+alias mc='LESS="-RSX" mc'
+
# see https://bugzilla.redhat.com/show_bug.cgi?id=852197
pkgdep() {
TMPFILE=$(mktemp rpqXXXX);