2 if [[ $EUID -ne 0 ]]; then
3 history -r ~/.bash_history
5 history -r ~/.bash_history.root
7 export HISTCONTROL=ignoreboth:erasedups
23 url="file://${PWD}/${file}"
24 am start -a android.intent.action.VIEW -d "$url" $@
30 tdict ~/share/dict/$dict $1
34 #usage: z word dictname percent
36 dict=~/share/dict/$2.xz
41 xz -cdf -- "$dict" | less -n +"${percent}/####$word"
47 xz -cdf -- "$dict" | less -n +"/$word"