Browse Source

new installation process

main
pvincent 3 weeks ago
parent
commit
670dcd0c22
  1. 2
      etc/profile.arch

2
etc/profile.arch

@ -39,8 +39,6 @@ unset -f append_path
# Source global bash config, when interactive but not posix or sh mode
if test "$BASH" &&\
! test -v PS1 &&\
! test -v POSIXLY_CORRECT &&\
test "${0#-}" != sh &&\
test -r /etc/bash.bashrc
then

Loading…
Cancel
Save