Change ranger defaults to show hidden

This commit is contained in:
2020-03-13 14:21:03 +01:00
parent 86675d2584
commit c089d7fca8
4 changed files with 4 additions and 13 deletions

View File

@@ -34,7 +34,7 @@ set column_ratios 1,3,4
set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$
# Show hidden files? You can toggle this by typing 'zh'
set show_hidden false
set show_hidden true
# Ask for a confirmation when running the "delete" command?
# Valid values are "always", "never", "multiple" (default)