From e6beda13323ec34d2b6e404297799ac2b67f8d7b Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Tue, 29 Nov 2011 14:32:24 +0100 Subject: [PATCH] zshrc: Remove disassemble 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 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() { -- 2.1.4