fixed stupid design in environ
This commit is contained in:
parent
f56b2bf059
commit
5af64d756c
2
environ
2
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/bashrc ] && . $HOME/.config/bash/bashrc\n' >> /etc/bash.bashrc
|
||||||
printf '[ -f $HOME/.config/bash/profile ] && . $HOME/.config/bash/profile\n' >> /etc/profile
|
printf '[ -f $HOME/.config/bash/profile ] && . $HOME/.config/bash/profile\n' >> /etc/profile
|
||||||
touch .environment
|
touch .environment
|
||||||
|
|
||||||
set +x
|
|
||||||
|
|
Loading…
Reference in New Issue