]> jfr.im git - z_archive/dotfiles.git/blame - .bash_aliases
update aliases
[z_archive/dotfiles.git] / .bash_aliases
CommitLineData
753bcff7
JR
1export GPG_TTY="$(tty)"
2export EDITOR="$(which vim)"
4d36c21a 3export LESS='-R -F -X -x4'
753bcff7
JR
4export HISTCONTROL='ignoredups'
5export HISTTIMEFORMAT="<%a %b %d @ %H:%M:%S> "
6export HISTSIZE=-1
7export HISTFILESIZE=-1
8
9shopt -s checkwinsize
10
11alias ls='ls --color=auto'
4d36c21a 12alias grep='grep --color=auto -n'
13alias gg='git grep -n'
753bcff7
JR
14alias http='http -p HBhb'
15alias last='last -w'
16alias radlast='radlast -w'
4d36c21a 17alias screen='screen -U'
753bcff7
JR
18
19# vim: nosmarttab noexpandtab ts=4