diff options
| author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-11-11 06:59:35 -0500 |
|---|---|---|
| committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-11-11 06:59:35 -0500 |
| commit | afa20cec8c812bcc8ec611af14c175c560e38fc7 (patch) | |
| tree | e34dfe42fb32addc1bb2e92f246277ba5edd5aa7 | |
| parent | Adjust trayer height to 13 (diff) | |
Added enru command
Diffstat (limited to '')
| -rw-r--r-- | .zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -64,6 +64,7 @@ export BTS_SENDMAIL_COMMAND="MSMTP_PATH" export PYTHONSTARTUP=~/.pythonrc.py export PAGER=less export TEXMFHOME=/home/ryan/.texmf +export LESSCHARSET=utf-8 # Needed for cyrillic &c in less alias apt-upgrade='sudo apt-get update && sudo aptitude dist-upgrade' alias emacs='/usr/bin/emacs -nw' @@ -578,6 +579,10 @@ gbp-snap() { sbuild -d $DIST $DSC } +enru() { + dict -d mueller7accent $@ | less +} + # Pretty menu! zstyle ':completion:*' menu select=1 zstyle ':completion:*' select-prompt %SScroll active at %p%s. |
