Commit 13eaab75737b103210df7dcebf7f904f3f472f2b

Add an alias for `bc`
Author: xaizek
Author date (UTC): 2021-08-31 10:56
Committer name: xaizek
Committer date (UTC): 2021-08-31 10:56
Parent(s): 818cf93e671b0b83aa4963b6fe8c11690d22bf65
Signing key: 99DC5E4DB05F6BE2
Tree: 4dab24b1170efb930832bfb73ed35aac109fac0e
File Lines added Lines deleted
bashrc 3 0
File bashrc changed (mode: 100644) (index 20f554e..1daf189)
... ... complete -F _man h
425 425 # colorize the grep command output for ease of use # colorize the grep command output for ease of use
426 426 alias grep='grep --color=auto' alias grep='grep --color=auto'
427 427
428 # start calculator quietly and in math mode
429 alias bc='bc --quiet --mathlib'
430
428 431 # format mount command output in a table # format mount command output in a table
429 432 function mount() function mount()
430 433 { {
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master