home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23326 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: X-windows & aliases
  5. Date: 8 Jan 1993 23:05:05 -0600
  6. Organization: Kansas State University
  7. Lines: 21
  8. Message-ID: <1ilme1INN8p3@matt.ksu.ksu.edu>
  9. References: <1159.1189.uupcb@satalink.com>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. john.will@satalink.com (John Will) writes:
  13.  
  14. >Can anyone tell me how you get your aliases that appear in .profile to
  15. >be recognized when you're running X-Windows?  I have X running like a
  16. >champ, but it's a problem to be without all the aliases that I know
  17. >and love. :-)  I have the same problem with .emacs, it doesn't seem
  18. >to find that either.  This must be really simple, I just can't fine
  19. >the answer in any of my books or the FAQ.
  20.  
  21. >Internet: john.will@satalink.com
  22. >---
  23. > . KingQWK 1.05 # 97 . Bigamy: one wife too many.  Monogamy: same idea.
  24. >               
  25.  
  26. According to the bash man page, .profile is only sourced if you are coming
  27. in from a login shell. I believe you can tell xterm to use the -ls option
  28. to simulate a login shell. 
  29.  
  30. Or, you can invoke bash with the -login option.
  31.  
  32. James
  33.