diff options
author | squigz <squigglezworth@gmail.com> | 2018-01-04 20:10:50 -0500 |
---|---|---|
committer | squigz <squigglezworth@gmail.com> | 2018-01-04 20:10:50 -0500 |
commit | 16f6b5203f04e80275a0df717be70de93f1a6fb6 (patch) | |
tree | 017d9a820d1c31b4d5ad922d53f2e6a7de2c670e | |
parent | 8de67322c111e6e3c64cc2ddda829589e8c64bf9 (diff) | |
download | ranger-16f6b5203f04e80275a0df717be70de93f1a6fb6.tar.gz |
Fix rc.conf
-rw-r--r-- | ranger/config/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 5f5f182a..3fd46d38 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -123,7 +123,7 @@ set status_bar_on_top false # currently running tasks which support progress bars? set draw_progress_bar_in_status_bar true -# Draw borders around columns? (separators, borders, both, or none. Separators are vertical lines between columsn. Borders are around the entire columns. Both combines the two) +# Draw borders around columns? (separators, outline, both, or none. Separators are vertical lines between columsn. Outline draws a box around all the columns. Both combines the two) set draw_borders none # Display the directory name in tabs? |