added aliases for hsk and cedict lookups
1 files changed, 6 insertions(+), 0 deletions(-) M zshrc
M zshrc => zshrc +6 -0
@@ 172,6 172,12 @@ xl() { argos-translate -f "$FROM" -t "$TO" "$*" deactivate } +hsk() { + grep "$1" ~/projects/vocadata/zh/hsk*.tsv | cut -f 1-4 +} +cedict() { + grep "$1" ~/Documents/languages/chinese/cedict.txt +} export MPD_HOST="anaproy.nl"