comparison zshrc-gentoo @ 81:a574c668b799

Automated merge with https://xanthippe.duckdns.org/hg/zsh-env
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 26 Aug 2015 10:11:39 +0200
parents fbf374902161
children efa07c8367eb
comparison
equal deleted inserted replaced
78:60c4b60b2945 81:a574c668b799
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 -uvDa world" 23 alias wu="emerge -tuvDa 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"