Organize aliases into folder

Don't show hidden files by default.
This commit is contained in:
2019-08-06 23:24:05 -04:00
parent a77835edd4
commit 3427891897
16 changed files with 48 additions and 26 deletions

View File

@@ -36,7 +36,8 @@ 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 true
# set show_hidden true
set show_hidden false
# Ask for a confirmation when running the "delete" command?
# Valid values are "always", "never", "multiple" (default)