From fb65b544dc6523421541ab6fe599a5f8cbecfab3 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 31 Oct 2024 22:17:56 +0000 Subject: Add bash profile --- dot-bash_profile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dot-bash_profile (limited to 'dot-bash_profile') 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 -- cgit