Mercurial > hg > zsh-env
comparison zshrc-gentoo @ 52:1e38ed9eb354
add alias for xmodmap
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 12 Sep 2014 02:29:20 +0200 |
parents | aeab5ab060f5 |
children | 556b1cef101f |
comparison
equal
deleted
inserted
replaced
51:c509ce04abad | 52:1e38ed9eb354 |
---|---|
13 export PATH="${PATH}":/opt/bin | 13 export PATH="${PATH}":/opt/bin |
14 | 14 |
15 # custom aliases for gentoo | 15 # custom aliases for gentoo |
16 alias es="ionice -c3 emerge --sync" | 16 alias es="ionice -c3 emerge --sync" |
17 alias wu="emerge -uvDa world" | 17 alias wu="emerge -uvDa world" |
18 alias xm="xmodmap ~/.Xmodmap" | |
18 | 19 |
19 # custom functions for gentoo | 20 # custom functions for gentoo |
20 kcs() { source $HOME/.keychain/${HOST}-sh } | 21 kcs() { source $HOME/.keychain/${HOST}-sh } |
21 ll() { /usr/bin/env -u LC_ALL LANG=C ls -laFh "$@" | more } | 22 ll() { /usr/bin/env -u LC_ALL LANG=C ls -laFh "$@" | more } |
22 lr() { /usr/bin/env -u LC_ALL LANG=C ls -rtlh "$@" } | 23 lr() { /usr/bin/env -u LC_ALL LANG=C ls -rtlh "$@" } |