summaryrefslogtreecommitdiffstats
path: root/sh/.config/sh/rc.d/sh
blob: 319b6d90b7569d5d17d314e69c5e955c14c02947 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
alias ll="ls -l"
alias grep="grep --color=auto"
alias rm="rm -i"
alias cp="cp -i"
alias mv="mv -i"
alias bc="bc -lq"
type tput >/dev/null 2>&1 && alias reset="tput reset"
alias utc="env TZ=UTC date"

# vim:ft=sh:fdm=marker