diff options
| author | Blake Romero <blake@blkrom.com> | 2024-11-07 15:01:03 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-11-07 15:01:03 +0000 |
| commit | 21ff6f8e1bf8ec829d05d020262f7432c468d7d5 (patch) | |
| tree | e654ea5ebc581059f1e98cff753833550f7e5dcd /dot-bash_profile | |
| parent | e70527e0cbbc08c5488e1cfe341381f433700d6c (diff) | |
Move shell environment variables into dot-profile
Diffstat (limited to 'dot-bash_profile')
| -rw-r--r-- | dot-bash_profile | 9 |
1 files changed, 3 insertions, 6 deletions
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 |
