Mercurial > hg > zsh-env
diff 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 |
line wrap: on
line diff
--- a/zshrc-gentoo Wed Aug 13 17:05:52 2014 +0200 +++ b/zshrc-gentoo Fri Sep 12 02:29:20 2014 +0200 @@ -15,6 +15,7 @@ # custom aliases for gentoo alias es="ionice -c3 emerge --sync" alias wu="emerge -uvDa world" +alias xm="xmodmap ~/.Xmodmap" # custom functions for gentoo kcs() { source $HOME/.keychain/${HOST}-sh }