Added calculator. Fixed whitespace.

nixos
lanxu 2019-09-01 14:40:03 +03:00
parent 53e89ae8b4
commit 304cee8e85
1 changed files with 5 additions and 1 deletions

6
.zshrc
View File

@ -61,7 +61,7 @@ source $HOME/.config/base16-shell/scripts/base16-default-dark.sh
# Emscripten
#source /home/lanxu/Koodit/github/emsdk/emsdk_env.sh
# TERM=xterm-256color
#TERM=xterm-256color
#bindkey "${terminfo[khome]}" beginning-of-line
#bindkey "${terminfo[kend]}" end-of-line
export TERMCMD=termite
@ -91,6 +91,10 @@ function aurupdate {
sudo pacman -Syu
}
function c {
echo "scale=2; $@" | bc
}
function aurls {
sudo pacman -Sl custom
}