# HG changeset patch # User Dirk Olmes # Date 1465275435 -7200 # Node ID efa07c8367eb95272301ff098ef10f88b033c7b9 # Parent 0dfc68585122496b588d078a5f333bab8056471d remove the -t option for world updates - too much clutter diff -r 0dfc68585122 -r efa07c8367eb zshrc-gentoo --- 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