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