diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-13 11:33:47 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-13 11:33:47 +0100 |
commit | 54d4e6881a850bce7864c3d57c61617313f3288f (patch) | |
tree | 06068ceade9ba8463bc9b5dcd5856555101b3997 /.bash_profile | |
parent | 3eb796bac82af11804edd50c598fe77a422c9f18 (diff) |
Ranger
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 40853ae..808aa38 100644 --- a/.bash_profile +++ b/.bash_profile @@ -17,5 +17,6 @@ export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass export GTK_RC_FILES="$XDG_CONFIG_HOME"/gtk-1.0/gtkrc export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc +export RANGER_LOAD_DEFAULT_RC=FALSE [[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" -- vt1 |