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