.sh

[sh] Multi-shell dotfiles manager
git clone https://git.torresjrjr.com/.sh.git
Log | Files | Refs | README | LICENSE

commit 00254197594b1bdf33c5fea93ab7889062d15c44
parent 680a0fce95bb0d8322faec446a54ce1f8d0afe3e
Author: Byron Torres <b@torresjrjr.com>
Date:   Thu, 19 Jan 2023 11:12:07 +0000

.bash_profile: add $DOTSHELL env

Diffstat:
Mbash/.bash_profile | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/bash/.bash_profile b/bash/.bash_profile @@ -2,6 +2,11 @@ # ~/.bash_profile # +# Env + +export DOTSHELL="$HOME/.sh" + + ## Common . $DOTSHELL/sh/.profile