Imported from ../bash-2.04.tar.gz.
This commit is contained in:
parent
b72432fdcc
commit
bb70624e96
387 changed files with 28522 additions and 9334 deletions
15
examples/startup-files/apple/login
Normal file
15
examples/startup-files/apple/login
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
##
|
||||
# Set path
|
||||
##
|
||||
|
||||
export PATH="${HOME}/${MACHTYPE}/bin:${HOME}/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
|
||||
|
||||
export MANPATH="${HOME}/man:/usr/local/share/man:/usr/share/man"
|
||||
|
||||
##
|
||||
# Read user's login
|
||||
##
|
||||
|
||||
if (-r ${bash_initdir}/login.mine) then
|
||||
source ${bash_initdir}/login.mine
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue