From 5af64d756cb356dd13682a85553179f1ff3000e1 Mon Sep 17 00:00:00 2001 From: randomuser Date: Wed, 21 Dec 2022 11:07:12 -0600 Subject: [PATCH] fixed stupid design in environ --- environ | 2 -- 1 file changed, 2 deletions(-) diff --git a/environ b/environ index 9e0b683..e651637 100755 --- a/environ +++ b/environ @@ -9,5 +9,3 @@ set -x printf '[ -f $HOME/.config/bash/bashrc ] && . $HOME/.config/bash/bashrc\n' >> /etc/bash.bashrc printf '[ -f $HOME/.config/bash/profile ] && . $HOME/.config/bash/profile\n' >> /etc/profile touch .environment - -set +x