~ubuntu-branches/ubuntu/warty/bash/warty

« back to all changes in this revision

Viewing changes to examples/startup-files/apple/login

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2002-04-08 20:51:41 UTC
  • Revision ID: james.westby@ubuntu.com-20020408205141-qovkhu3a90201hf2
Tags: upstream-2.05a
ImportĀ upstreamĀ versionĀ 2.05a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##
 
2
# Set path
 
3
##
 
4
 
 
5
export PATH="${HOME}/${MACHTYPE}/bin:${HOME}/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
 
6
 
 
7
export MANPATH="${HOME}/man:/usr/local/share/man:/usr/share/man"
 
8
 
 
9
##
 
10
# Read user's login
 
11
##
 
12
 
 
13
if (-r ${bash_initdir}/login.mine) then
 
14
  source ${bash_initdir}/login.mine
 
15
fi