comparison zshrc-gentoo @ 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 fbf374902161
children e6963f521d31
comparison
equal deleted inserted replaced
94:0dfc68585122 95:efa07c8367eb
18 18
19 # custom aliases for gentoo 19 # custom aliases for gentoo
20 alias cd..="cd .." 20 alias cd..="cd .."
21 alias es="ionice -c3 emerge --sync" 21 alias es="ionice -c3 emerge --sync"
22 alias les="less" 22 alias les="less"
23 alias wu="emerge -tuvDa world" 23 alias wu="emerge -uvDa world"
24 alias xm="xmodmap ~/.Xmodmap" 24 alias xm="xmodmap ~/.Xmodmap"
25 25
26 # custom functions for gentoo 26 # custom functions for gentoo
27 ipa() { 27 ipa() {
28 CMD="ip addr show" 28 CMD="ip addr show"