Skip to content

Commit

Permalink
zshrc: Remove udiff
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
  • Loading branch information
ft authored and mika committed Dec 6, 2011
1 parent b4428f4 commit 2933102
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions doc/grmlzshrc.t2t
Expand Up @@ -786,11 +786,6 @@ Translates a word from german to english (-D) or vice versa (-E).
: **uchange()**
Shows upstreams changelog of a given package in $PAGER.

: **udiff()**
Makes a unified diff of the command line arguments trying hard to find a
smaller set of changes. Descends recursively into subdirectories. Ignores
hows some information about current status.

: **uprint()**
Works around the "print -l ${(u)foo}"-limitation on zsh older than 4.2.

Expand Down
5 changes: 0 additions & 5 deletions etc/zsh/zshrc
Expand Up @@ -2779,11 +2779,6 @@ shzip() {
emulate -L zsh
unzip -l $1 | $PAGER
}
#f5# Unified diff
udiff() {
emulate -L zsh
diff -urd $* | egrep -v "^Only in |^Binary files "
}

# Function Usage: doc packagename
#f5# \kbd{cd} to /usr/share/doc/\textit{package}
Expand Down

0 comments on commit 2933102

Please sign in to comment.