Update shell startup files.

This commit is contained in:
2014-04-17 19:36:39 +02:00
parent 2e85f7d684
commit 21b01b9274
2 changed files with 5 additions and 6 deletions

View File

@@ -86,6 +86,6 @@ fnottype() {
} }
# simple calculator # simple calculator
? () { c () {
echo "$*" | bc -l echo "$*" | bc -l
} }

View File

@@ -59,5 +59,4 @@ man() {
[[ $TERM == "urxvt" ]] && export TERM="rxvt-unicode" [[ $TERM == "urxvt" ]] && export TERM="rxvt-unicode"
alias su="su -"