aboutsummaryrefslogtreecommitdiff
path: root/dot-bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'dot-bash_profile')
-rw-r--r--dot-bash_profile9
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