From: Frank Terbeck Date: Tue, 29 Nov 2011 13:32:24 +0000 (+0100) Subject: zshrc: Remove disassemble X-Git-Tag: v0.5.0~43 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=e6beda13323ec34d2b6e404297799ac2b67f8d7b zshrc: Remove disassemble Signed-off-by: Frank Terbeck --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 71b3b76..df3946c 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -547,9 +547,6 @@ A trick from $LINUX-KERNELSOURCE/Documentation/power/swsusp.txt. It brings back interactive responsiveness after suspend, when the system is swapping heavily. -: **disassemble()** -Translates C source code to assembly and ouputs both. - : **dmoz()** Searches for the first argument (optional) in the Open Directory Project (See http://www.dmoz.org/docs/en/about.html). diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 5daa972..b80a7e4 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2691,11 +2691,6 @@ cvss() { emulate -L zsh cvs status -v $* } -#f5# Disassemble source files using gcc and as -disassemble(){ - emulate -L zsh - gcc -pipe -S -o - -O -g $* | as -aldh -o /dev/null -} # smart cd function, allows switching to /etc when running 'cd /etc/fstab' cd() {