diff options
| -rw-r--r-- | dot-bash_profile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dot-bash_profile b/dot-bash_profile new file mode 100644 index 0000000..ea1d13b --- /dev/null +++ b/dot-bash_profile @@ -0,0 +1,11 @@ +#!/bin/bash +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && source ~/.bashrc + +# Variables +export EDITOR=vim +export VISUAL=vim +export LESSHISTFILE=/dev/null |
