dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit ab7b0c6e32a534bc2c9e2b2ff4b2886bb5d43bbc
parent 9d2fe9b273187940dae40e64581f3acf79303367
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun, 20 Oct 2019 23:34:46 -0400

zprofile: just source ~/.profile

Former-commit-id: 4561ab2a0a43e47d352ee615977a4888a59ecda2
Diffstat:
Ashell/zprofile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/shell/zprofile b/shell/zprofile @@ -0,0 +1 @@ +. $HOME/.profile