~proycon/dotfiles

08947e54727a32690dcdeeac0b5a8072f88436e2 — Maarten van Gompel 25 days ago 4556d76
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"