alias gv=ghostview
alias l.='ls -d .* --color=auto'
alias ll='ls -l --color=auto'
alias ls='ls --color=auto'
alias mc='. /usr/libexec/mc/mc-wrapper.sh'
alias run-help=man
alias vi=vim
alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'
alias which-command=whence
alias xbindup="xbindkeys -p"
alias xbindfup="killall -HUP xbindkeys"
alias showspacehere="du --block-size=m --max-depth=1 . | sort -n"
alias showgspacehere="du --block-size=g --max-depth=1 . | sort -n"
alias tellherhi="echo hi to you"
alias mv="mv -i"
alias cp="cp -pi"
