diff options
author | toonn <toonn@toonn.io> | 2018-01-24 13:16:56 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2018-02-01 16:21:41 +0100 |
commit | 15df157ea45e925335716c6929846e0f05aee30b (patch) | |
tree | a5502f45b05da7004ffce6bb3b1ec220a9e2bc19 /ranger | |
parent | d9ee9ae96ffe441b4a25c398102d22383d2dc424 (diff) | |
download | ranger-15df157ea45e925335716c6929846e0f05aee30b.tar.gz |
Update commands.py comments with the new system-wide location
Diffstat (limited to 'ranger')
-rwxr-xr-x | ranger/config/commands.py | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py index a3837d8e..a7fe68b4 100755 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -3,8 +3,9 @@ # This configuration file is licensed under the same terms as ranger. # =================================================================== # -# NOTE: If you copied this file to ~/.config/ranger/commands_full.py, -# then it will NOT be loaded by ranger, and only serve as a reference. +# NOTE: If you copied this file to /etc/ranger/commands_full.py or +# ~/.config/ranger/commands_full.py, then it will NOT be loaded by ranger, +# and only serve as a reference. # # =================================================================== # This file contains ranger's commands. @@ -13,9 +14,14 @@ # Note that additional commands are automatically generated from the methods # of the class ranger.core.actions.Actions. # -# You can customize commands in the file ~/.config/ranger/commands.py. -# It has the same syntax as this file. In fact, you can just copy this -# file there with `ranger --copy-config=commands' and make your modifications. +# You can customize commands in the files /etc/ranger/commands.py (system-wide) +# and ~/.config/ranger/commands.py (per user). +# They have the same syntax as this file. In fact, you can just copy this +# file to ~/.config/ranger/commands_full.py with +# `ranger --copy-config=commands_full' and make your modifications, don't +# forget to rename it to commands.py. You can also use +# `ranger --copy-config=commands' to copy a short sample commands.py that +# has everything you need to get started. # But make sure you update your configs when you update ranger. # # =================================================================== |