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
3 sec ago
Untitled
9 sec ago
Untitled
9 sec ago
Untitled
10 sec ago
Untitled
24 sec ago
Trimestral Micro-controladores
ASM (NASM) | 35 sec ago
Lab5
32 sec ago
Untitled
35 sec ago
Untitled
By: a guest on
May 8th, 2011
| syntax:
None
| size: 0.19 KB | hits: 150 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
## ~/.bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
export EDITOR="nano"
alias dd='dcfldd'
PS1='[\e[1m\u\e[0m@\h \W]\$ '
create a
new version
of this paste
RAW Paste Data
## ~/.bashrc # If not running interactively, don't do anything [[ $- != *i* ]] && return alias ls='ls --color=auto' export EDITOR="nano" alias dd='dcfldd' PS1='[\e[1m\u\e[0m@\h \W]\$ '