From d60e05b2af7af0f459c23fefb218ef36c69535a9 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 14 Jul 2019 07:12:53 +0200 Subject: [PATCH] [FIX][RANGER] Export RANGER_LOAD_DEFAULT_RC=FALSE The configuration file in my home directory contains all the mappings used in ranger. --- shell/.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/.profile b/shell/.profile index 287c7ed..fe28962 100644 --- a/shell/.profile +++ b/shell/.profile @@ -7,6 +7,9 @@ export VISUAL=$EDITOR # Also use it when asking for a GUI # Export our terminal for i3-sensible-terminal export TERMINAL=termite +# Use my own ranger config file with all mappings defined +export RANGER_LOAD_DEFAULT_RC=FALSE + # Color ls output depending on filetype with dircolors [ -e "/etc/DIR_COLORS" ] && DIR_COLORS="/etc/DIR_COLORS" [ -e "$HOME/.dircolors" ] && DIR_COLORS="$HOME/.dircolors"