[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:
parent
b65bce1cb1
commit
d60e05b2af
|
@ -7,6 +7,9 @@ export VISUAL=$EDITOR # Also use it when asking for a GUI
|
||||||
# Export our terminal for i3-sensible-terminal
|
# Export our terminal for i3-sensible-terminal
|
||||||
export TERMINAL=termite
|
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
|
# Color ls output depending on filetype with dircolors
|
||||||
[ -e "/etc/DIR_COLORS" ] && DIR_COLORS="/etc/DIR_COLORS"
|
[ -e "/etc/DIR_COLORS" ] && DIR_COLORS="/etc/DIR_COLORS"
|
||||||
[ -e "$HOME/.dircolors" ] && DIR_COLORS="$HOME/.dircolors"
|
[ -e "$HOME/.dircolors" ] && DIR_COLORS="$HOME/.dircolors"
|
||||||
|
|
Loading…
Reference in a new issue