From b3c8d0e26738e251c0527c895b742b5a31ef4cff Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 18 Feb 2019 22:45:15 +0100 Subject: [PATCH] Remove unused DOTFILES environment variable --- bash/.bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index 6f69b57..0f6b4f7 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -11,7 +11,6 @@ bashrc_customize_environment() { export LESS="-i -j.49 -M -R -z-2" export LESSHISTFILE=/dev/null export PAGER=less - export DOTFILES="$HOME/.dotfiles" export \ base03="1;30" base02="0;30" base01="1;32" base00="1;33" \ base0="1;34" base1="1;36" base2="0;37" base3="1;37" \