From 344ce4b057d8912b9a3d2192eca58e870a03d231 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Tue, 29 Nov 2011 14:41:25 +0100 Subject: [PATCH] zshrc: Remove iwclient Signed-off-by: Frank Terbeck --- doc/grmlzshrc.t2t | 3 --- etc/zsh/zshrc | 5 ----- 2 files changed, 8 deletions(-) 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 -- 2.1.4