All pastes #655202 Raw Edit

Someone

public shellscript v1 · immutable
#655202 ·published 2007-08-13 03:53 UTC
rendered paste body
# ~/.bash_profile: executed by bash(1) for login shells.# see /usr/share/doc/bash/examples/startup-files for examples.# the files are located in the bash-doc package.# the default umask is set in /etc/login.defs#umask 022# include .bashrc if it existsif [ -f ~/.bashrc ]; then    . ~/.bashrcfi# set PATH so it includes user's private bin if it existsif [ -d ~/bin ] ; then    PATH=~/bin:"${PATH}"fiPATH=$PATH:/sbin:/usr/sbin