From 21ff6f8e1bf8ec829d05d020262f7432c468d7d5 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 7 Nov 2024 15:01:03 +0000 Subject: Move shell environment variables into dot-profile --- dot-bash_profile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'dot-bash_profile') diff --git a/dot-bash_profile b/dot-bash_profile index ea1d13b..d00ae65 100644 --- a/dot-bash_profile +++ b/dot-bash_profile @@ -1,11 +1,8 @@ #!/bin/bash + # -# ~/.bash_profile +# BASH PROFILE # +[[ -f ~/.profile ]] && source ~/.profile [[ -f ~/.bashrc ]] && source ~/.bashrc - -# Variables -export EDITOR=vim -export VISUAL=vim -export LESSHISTFILE=/dev/null -- cgit