diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-06-01 18:28:19 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-06-01 18:28:19 +0200 |
commit | 83e6281aaf1dc6cc8bc95a5095d76453b8f87a5c (patch) | |
tree | b3f0af1a6d3357c7d99725495587565835ae7c02 | |
parent | 2a93bf3c77b4c694312fc0f5db832a3bf158538d (diff) | |
download | configs-83e6281aaf1dc6cc8bc95a5095d76453b8f87a5c.tar.gz configs-83e6281aaf1dc6cc8bc95a5095d76453b8f87a5c.zip |
downloads folder now sorted by time.
-rw-r--r-- | files/ranger/rc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ranger/rc.conf b/files/ranger/rc.conf index e3c868e..5a89b8c 100644 --- a/files/ranger/rc.conf +++ b/files/ranger/rc.conf @@ -219,7 +219,8 @@ set line_numbers false # You can set local options that only affect a single directory. # Examples: -# setlocal path=~/downloads sort mtime +setlocal path=~/downloads sort mtime +setlocal path=~/downloads sort_reverse True # =================================================================== # == Command Aliases in the Console |