substitute ~/.config with $XDG_CONFIG_HOME

This commit is contained in:
Dennis Lee
2020-04-04 13:00:08 -07:00
parent 82cf021b78
commit a29eaec506
21 changed files with 56 additions and 56 deletions

View File

@@ -5,7 +5,7 @@ set column_ratios 1,3,4
set hidden_filter ^\.|\.(?:pyc|vrb|pyo|lof|bak|swp|aux|log|nav|out|snm|toc|bcf|run\.xml|synctex\.gz|blg|bbl)$|^lost\+found$|^__(py)?cache__$
set show_hidden false
set confirm_on_delete multiple
set preview_script ~/.config/ranger/scope.sh
set preview_script $XDG_CONFIG_HOME/ranger/scope.sh
set use_preview_script true
set automatically_count_files true
set open_all_images true
@@ -505,4 +505,4 @@ map Tn eval fm.open_console('shell eyeD3 -n "" ' + fm.thisfile.relative_path, po
#Downloading
map ytv console shell youtube-dl -ic%space
map yta console shell youtube-dl -xic%space
source ~/.config/ranger/shortcuts.conf
source $XDG_CONFIG_HOME/ranger/shortcuts.conf