home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aix / 12654 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  2.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!spool.mu.edu!tulane!uflorida!mailer.cc.fsu.edu!evax0.eng.fsu.edu!willis
  2. From: willis@evax0.eng.fsu.edu
  3. Newsgroups: comp.unix.aix
  4. Subject: AIX .profile file
  5. Message-ID: <1992Dec17.115739.1@evax0.eng.fsu.edu>
  6. Date: 17 Dec 92 16:57:39 GMT
  7. Sender: news@mailer.cc.fsu.edu (Usenet News File Owner)
  8. Organization: Famu/Fsu College of Engineering
  9. Lines: 59
  10. Nntp-Posting-Host: evax0.eng.fsu.edu
  11.  
  12. Hello,
  13.  
  14.      I'm having trouble getting aliases to work within my .profile file on 
  15.      my RS/6000 AIX machine.  I've included a copy of my .profile file 
  16.      below so that anyone who has any clues can make suggestions regarding 
  17.      what to try.  I would also like to find a way to "map" the delete key 
  18.      so that it actually functions as a delete key rather than printing 
  19.      "^H" sequences to the screen every time I press the delete key.  Any 
  20.      suggestions you might have would be a great help to me.  Thanks in 
  21.      advance.
  22.              ---------------- .profile ---------------------
  23. -- 
  24. PATH=/usr/local/cob/bin:/usr/bin:/usr/local/bin:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:.
  25. export PATH
  26. EDITOR=/bin/vi
  27. export EDITOR
  28. EXINIT='set showmode'
  29. export EXINIT
  30. TERM=vt100
  31. export TERM
  32. ENV=~/.kshrc
  33. export ENV
  34. PAGER="more -c"
  35. export PAGER
  36. NAME="Russell E. Willis"
  37. export NAME
  38. ORGANIZATION="Academic Computing & Networking Services"
  39. export ORGANIZATION 
  40. PS1='$PWD>'
  41. set -o vi
  42. stty -tabs
  43. stty erase "\7f"
  44. alias ps="ps -pa"
  45. alias ls="ls -la"
  46. if [ -s "$MAIL" ]           # This is at Shell startup.  In normal
  47. then echo "$MAILMSG"        # operation, the Shell checks
  48. fi                          # periodically.
  49. if [ ! -f $HOME/.nomenu ]
  50. then
  51.     /usr/local/bin/menu
  52.     logout
  53. fi
  54.  
  55. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  56.  
  57. ======================================================================
  58.  Russell E. Willis                             
  59.  FSU/AC&NS: Academic Computing and Networking Services
  60.  Tallahassee, Fl. 32310
  61.                                              
  62.  e-mail:      willis@evax0.eng.fsu.edu
  63.               willis@mailer.acns.fsu.edu
  64.               willis@loligo.acns.fsu.edu        
  65.  
  66.  *
  67.  * Disclaimer: "The opinions expressed herein are mine alone and not   
  68.  *              those of Academic Computing and Networking Services."
  69.  *                                                          --R.E.W.--
  70. ======================================================================
  71.