summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-11 01:51:07 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-11 01:51:07 -0700
commit606a2c931221c3a8d0c639efc6c3defb1b6f813c (patch)
tree2581a742155b4e1467536da295d447da76a19a3d /.profile
parentd3bb8a1ecb741723a014da90f5c5798d1da0f62d (diff)
Add ranger config
Diffstat (limited to '.profile')
-rw-r--r--.profile7
1 files changed, 5 insertions, 2 deletions
diff --git a/.profile b/.profile
index 9a89cfc..260adf3 100644
--- a/.profile
+++ b/.profile
@@ -3,7 +3,7 @@
#
##--Environment variables--##
-# Default programs.
+ ## Default programs.
export EDITOR="nvim"
export VISUAL="nvim"
export VISUAL_EDITOR="nvim"
@@ -13,5 +13,8 @@ export READER="zathura"
export FILE="ranger"
export STATUSBAR="i3blocks"
-# ~/ cleanup.
+ ## ~/ cleanup.
export ZDOTDIR="$HOME/.config/zsh"
+
+ ## Program settings.
+export RANGER_LOAD_DEFAULT_RC=FALSE