Pastebin

Paste #3807: No description

< previous paste - next paste>

Pasted by Anonymous Coward

Download View as text

#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
export PATH=$HOME/local/bin:$PATH

. /usr/share/autojump/autojump.sh
alias open=xdg-open

=() {
    calc="${@//p/+}"
    calc="${calc//x/*}"
    bc -l <<<"scale=10;$calc" | cowsay
}

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.