From a29eaec506a7ce9e42d64a3ec1d17690387def30 Mon Sep 17 00:00:00 2001 From: Dennis Lee Date: Sat, 4 Apr 2020 13:00:08 -0700 Subject: substitute ~/.config with $XDG_CONFIG_HOME --- .config/ranger/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/ranger/commands.py') diff --git a/.config/ranger/commands.py b/.config/ranger/commands.py index 71fd2a2..5b1acd2 100755 --- a/.config/ranger/commands.py +++ b/.config/ranger/commands.py @@ -60,7 +60,7 @@ class my_edit(Command): # https://github.com/ranger/ranger/wiki/Integrating-File-Search-with-fzf -# Now, simply bind this function to a key, by adding this to your ~/.config/ranger/rc.conf: map fzf_select +# Now, simply bind this function to a key, by adding this to your $XDG_CONFIG_HOME/ranger/rc.conf: map fzf_select class fzf_select(Command): """ :fzf_select -- cgit v1.3.1