Browse Source

- skel-root/ax: fix handling of etc/profile.local

master
vanhofen 7 years ago
parent
commit
3e10e96700
  1. 4
      skel-root/axtech/ax/etc/profile
  2. 2
      skel-root/axtech/ax/etc/profile.local

4
skel-root/axtech/ax/etc/profile

@ -13,5 +13,5 @@ alias mc='mc -a'
alias sc='setconsole'
alias sr='setconsole -r'
# Add your own modifications to /var/etc/profile.local!
test -e /var/etc/profile.local && . /var/etc/profile.local
# Add your own modifications to /etc/profile.local!
test -e /etc/profile.local && . /etc/profile.local

2
skel-root/axtech/ax/etc/profile.local

@ -1 +1 @@
# /var/etc/profile.local: your profile modifications for the shell
# /etc/profile.local: your profile modifications for the shell

Loading…
Cancel
Save