From: Frank Terbeck Date: Tue, 29 Nov 2011 13:41:25 +0000 (+0100) Subject: zshrc: Remove iwclient X-Git-Tag: v0.5.0~38 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=344ce4b057d8912b9a3d2192eca58e870a03d231 zshrc: Remove iwclient Signed-off-by: Frank Terbeck --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index a8839ee..8c186d6 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -588,9 +588,6 @@ environment variables to UTF-8. : **isutfenv()** Returns true, if run within an utf environment, else false. -: **iwclient()** -Searches a wireless interface and runs dhclient(8) on it. - : **manzsh()** Shows the zshall manpage and jumps to the first match of the regular expression optionally given as argument (Needs qma(1)). diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 2300908..15cfd54 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2284,11 +2284,6 @@ ipv6-tunnel() { esac } -# run dhclient for wireless device -iwclient() { - sudo dhclient "$(wavemon -d | awk '/device/{print $3}')" -} - # spawn a minimally set up mksh - useful if you want to umount /usr/. minimal-shell() { emulate -L zsh