# ~/.bashrc [ -z "$PS1" ] && return shopt -s checkwinsize PS1="\h\$ " unset MAILCHECK function ls { LC_ALL=C command ls -F --color=auto --hide='*~' \ --hide='*.blend?' --hide='*.pyc' "$@"; } function mv { command mv -i "$@"; } function cp { command cp -i "$@"; } function more { zless "$@"; } function reset { command reset; echo -e '\e[10;0]'; } function pstree { command pstree -U "$@"; } function tree { command tree --charset=utf-8 "$@"; } function xli { command xloadimage "$@"; } function calc { python -Qnew -c "from math import *; print $*"; } function crup { cryptmount crypt0; } function crdown { cryptmount -u crypt0; } function bittorrent { btdownloadcurses.bittorrent "$@"; } function blender { LD_LIBRARY_PATH=/home/cabanks/src/Mesa-7.0.4/lib \ command blender "$@"; } function myth { mythfrontend -v none "$@"; } echo -e '\e[10;0]\c'