diff options
| author | Blake Romero <blake@blkrom.com> | 2024-10-31 22:17:56 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-10-31 22:17:56 +0000 |
| commit | fb65b544dc6523421541ab6fe599a5f8cbecfab3 (patch) | |
| tree | 1418671900d7785cb78e5bda65e880be4d3f2610 | |
| parent | 5a1b7d338dc391ef720a22584f362a1766ad10c7 (diff) | |
Add bash profile
| -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 |
