Pastebin
Paste #3807: No description
< previous paste - next paste>
Pasted by Anonymous Coward
#
# ~/.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
Go to most recent paste.