This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# Bash 4+ required | |
# FROM, | |
# 1. http://tldp.org/LDP/abs/html/sample-bashrc.html | |
# 2. git://github.com/chenkaie/DotFiles.git | |
## | |
# If not running interactively, don't do anything | |
case $- in | |
*i*) ;; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defconst my-chinese-pinyin-order-hash | |
#s(hash-table size 30 test equal data ( | |
"一" 375 | |
"乙" 381 | |
"二" 81 | |
"十" 293 | |
"丁" 72 | |
"厂" 35 | |
"七" 264 | |
"卜" 20 |
OlderNewer