CrunchBang Linux Pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

CrunchBang Linux Pastebin

Posted by grizzly-adams on Wed 28th Apr 06:19 (modification of post by view diff)
download | new post

  1. ~/.profile: executed by the command interpreter for login shells.
  2. # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
  3. # exists.
  4. # see /usr/share/doc/bash/examples/startup-files for examples.
  5. # the files are located in the bash-doc package.
  6.  
  7. # the default umask is set in /etc/profile; for setting the umask
  8. # for ssh logins, install and configure the libpam-umask package.
  9. #umask 022
  10.  
  11.  
  12. # if running bash
  13. if [ -n "$BASH_VERSION" ]; then
  14.     # include .bashrc if it exists
  15.     if [ -f "$HOME/.bashrc" ]; then
  16.         . "$HOME/.bashrc"
  17.     fi
  18. fi
  19. # set PATH so it includes user's private bin if it exists
  20. if [ -d "$HOME/bin" ] ; then
  21.     PATH="$HOME/bin:$PATH"
  22. fi

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me