export GPG_TTY="$(tty)" export EDITOR="$(which vim)" export LESS='-R -F -X -x4' export HISTCONTROL='ignoredups' export HISTTIMEFORMAT="<%a %b %d @ %H:%M:%S> " export HISTSIZE=-1 export HISTFILESIZE=-1 shopt -s checkwinsize alias ls='ls --color=auto' alias grep='grep --color=auto -n' alias gg='git grep -n' alias http='http -p HBhb' alias last='last -w' alias radlast='radlast -w' alias screen='screen -U' # vim: nosmarttab noexpandtab ts=4