fixed stupid design in environ

This commit is contained in:
randomuser 2022-12-21 11:07:12 -06:00
parent f56b2bf059
commit 5af64d756c
1 changed files with 0 additions and 2 deletions

View File

@ -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