[FIX][RANGER] Export RANGER_LOAD_DEFAULT_RC=FALSE

The configuration file in my home directory contains all the mappings
used in ranger.
This commit is contained in:
Bruno BELANYI 2019-07-14 07:12:53 +02:00
parent b65bce1cb1
commit d60e05b2af

View file

@ -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"