bc alias of bc -q -l
This commit is contained in:
parent
9122ec2784
commit
5d70ca6676
|
@ -21,6 +21,8 @@ alias grepef='grep --exclude-from .ignorefiles'
|
||||||
|
|
||||||
alias rcp='rsync --progress --size-only --verbose -rh'
|
alias rcp='rsync --progress --size-only --verbose -rh'
|
||||||
|
|
||||||
|
alias bc='bc -q -l'
|
||||||
|
|
||||||
alias cdr='ranger --choosedir=/tmp/rangerdir; LASTDIR=`cat /tmp/rangerdir`; cd "$LASTDIR"'
|
alias cdr='ranger --choosedir=/tmp/rangerdir; LASTDIR=`cat /tmp/rangerdir`; cd "$LASTDIR"'
|
||||||
|
|
||||||
alias thumbs='feh -t -y128 -E128'
|
alias thumbs='feh -t -y128 -E128'
|
||||||
|
|
Loading…
Reference in New Issue