home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!spool.mu.edu!tulane!uflorida!mailer.cc.fsu.edu!evax0.eng.fsu.edu!willis
- From: willis@evax0.eng.fsu.edu
- Newsgroups: comp.unix.aix
- Subject: AIX .profile file
- Message-ID: <1992Dec17.115739.1@evax0.eng.fsu.edu>
- Date: 17 Dec 92 16:57:39 GMT
- Sender: news@mailer.cc.fsu.edu (Usenet News File Owner)
- Organization: Famu/Fsu College of Engineering
- Lines: 59
- Nntp-Posting-Host: evax0.eng.fsu.edu
-
- Hello,
-
- I'm having trouble getting aliases to work within my .profile file on
- my RS/6000 AIX machine. I've included a copy of my .profile file
- below so that anyone who has any clues can make suggestions regarding
- what to try. I would also like to find a way to "map" the delete key
- so that it actually functions as a delete key rather than printing
- "^H" sequences to the screen every time I press the delete key. Any
- suggestions you might have would be a great help to me. Thanks in
- advance.
- ---------------- .profile ---------------------
- --
- PATH=/usr/local/cob/bin:/usr/bin:/usr/local/bin:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:.
- export PATH
- EDITOR=/bin/vi
- export EDITOR
- EXINIT='set showmode'
- export EXINIT
- TERM=vt100
- export TERM
- ENV=~/.kshrc
- export ENV
- PAGER="more -c"
- export PAGER
- NAME="Russell E. Willis"
- export NAME
- ORGANIZATION="Academic Computing & Networking Services"
- export ORGANIZATION
- PS1='$PWD>'
- set -o vi
- stty -tabs
- stty erase "\7f"
- alias ps="ps -pa"
- alias ls="ls -la"
- if [ -s "$MAIL" ] # This is at Shell startup. In normal
- then echo "$MAILMSG" # operation, the Shell checks
- fi # periodically.
- if [ ! -f $HOME/.nomenu ]
- then
- /usr/local/bin/menu
- logout
- fi
-
- +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
-
- ======================================================================
- Russell E. Willis
- FSU/AC&NS: Academic Computing and Networking Services
- Tallahassee, Fl. 32310
-
- e-mail: willis@evax0.eng.fsu.edu
- willis@mailer.acns.fsu.edu
- willis@loligo.acns.fsu.edu
-
- *
- * Disclaimer: "The opinions expressed herein are mine alone and not
- * those of Academic Computing and Networking Services."
- * --R.E.W.--
- ======================================================================
-