Mercurial > hg > zsh-env
changeset 95:efa07c8367eb
remove the -t option for world updates - too much clutter
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 07 Jun 2016 06:57:15 +0200 |
parents | 0dfc68585122 |
children | abb5f16ddcb3 |
files | zshrc-gentoo |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc-gentoo Tue May 24 10:06:42 2016 +0200 +++ b/zshrc-gentoo Tue Jun 07 06:57:15 2016 +0200 @@ -20,7 +20,7 @@ alias cd..="cd .." alias es="ionice -c3 emerge --sync" alias les="less" -alias wu="emerge -tuvDa world" +alias wu="emerge -uvDa world" alias xm="xmodmap ~/.Xmodmap" # custom functions for gentoo