Mercurial > hg > zsh-env
changeset 106:e6963f521d31
add alias
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 06 Dec 2016 08:45:01 +0100 |
parents | a7654f2b4170 |
children | c45bcb8a7ba4 9223e71009e4 |
files | zshrc-gentoo |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc-gentoo Thu Nov 17 07:35:48 2016 +0100 +++ b/zshrc-gentoo Tue Dec 06 08:45:01 2016 +0100 @@ -19,6 +19,7 @@ # custom aliases for gentoo alias cd..="cd .." alias es="ionice -c3 emerge --sync" +alias gmkc="grub-mkconfig -o /boot/boot/grub/grub.cfg" alias les="less" alias wu="emerge -uvDa world" alias xm="xmodmap ~/.Xmodmap"