about summary refs log tree commit diff stats
path: root/examples/rc_emacs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rc_emacs.conf')
-rw-r--r--examples/rc_emacs.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf
index 3b086efd..00acba3e 100644
--- a/examples/rc_emacs.conf
+++ b/examples/rc_emacs.conf
@@ -331,8 +331,8 @@ map <C-x>g? cd /usr/share/doc/ranger
 
 # External Programs
 map <C-x><C-f>  edit
-map <C-x>du shell -p du --max-depth=1 -h --apparent-size
-map <C-x>dU shell -p du --max-depth=1 -h --apparent-size | sort -rh
+map <C-x>du shell -p du -d 1 -h
+map <C-x>dU shell -p du -d 1 -h | sort -rh
 map <C-x>wp shell -f echo -n %d/%f | xsel -i; xsel -o | xsel -i -b
 map <C-x>wd shell -f echo -n %d    | xsel -i; xsel -o | xsel -i -b
 map <C-x>wn shell -f echo -n %f    | xsel -i; xsel -o | xsel -i -b