4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
alias bc="bc -l"
|
|
stty -ixon # disable flow control and make ^S and ^Q available
|
|
export MANPAGER='less --mouse'
|