PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
PHP | 1 sec ago
Untitled
1 sec ago
Untitled
2 sec ago
Insta
15 sec ago
Untitled
PAWN | 7 sec ago
menu.jsp
HTML | 8 sec ago
Untitled
8 sec ago
Untitled
8 sec ago
.bashrc
By: a guest on
Oct 22nd, 2011
| syntax:
Bash
| size: 0.11 KB | hits: 57 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
# Check for an interactive session
[
-z
"
$PS1
"
]
&&
return
alias
ls
=
'ls --color=auto'
PS1
=
'[\u@\h \W]\$ '
create a
new version
of this paste
RAW Paste Data
# Check for an interactive session [ -z "$PS1" ] && return alias ls='ls --color=auto' PS1='[\u@\h \W]\$ '