home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / .bashrc < prev    next >
Text File  |  2004-02-17  |  625b  |  26 lines

  1. # User dependent .bashrc file
  2.  
  3. # See man bash for more options...
  4.   # Don't wait for job termination notification
  5.   # set -o notify
  6.  
  7.   # Don't use ^D to exit
  8.   # set -o ignoreeof
  9.  
  10.   # Don't put duplicate lines in the history.
  11.   # export HISTCONTROL=ignoredups
  12.  
  13. # Some example alias instructions
  14. # alias less='less -r'
  15. # alias rm='rm -i'
  16. # alias whence='type -a'
  17. # alias ls='ls -F --color=tty'
  18. # alias dir='ls --color=auto --format=vertical'
  19. # alias vdir='ls --color=auto --format=long'
  20. # alias ll='ls -l'
  21. # alias la='ls -A'
  22. # alias l='ls -CF'
  23.  
  24. # Some example functions
  25. # function settitle() { echo -n "^[]2;$@^G^[]1;$@^G"; }
  26.