From ab21c2ef0af93edcbd744d82d17b68a56d378236 Mon Sep 17 00:00:00 2001 From: Joerg Woelke Date: Fri, 28 Aug 2009 18:50:37 +0200 Subject: [PATCH 1/1] zshrc: Drop arch/tla related aliases. Acked-by: Michael Prokop --- debian/changelog | 3 ++- etc/zsh/zshrc | 14 -------------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8eae541..0cf27db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,8 +16,9 @@ grml-etc-core (0.3.74) unstable; urgency=low * zshrc: Remove broken ytdl() function. * zshrc: Typo fixes * zshrc: Remove aliases ips and check_dpkg_running. + * zshrc: Remove tla aliases. - -- Frank Terbeck Thu, 27 Aug 2009 20:01:01 +0200 + -- Frank Terbeck Fri, 28 Aug 2009 22:51:49 +0200 grml-etc-core (0.3.73) unstable; urgency=low diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 1e58a3e..f604e02 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3047,20 +3047,6 @@ alias CO="./configure" #a2# Execute \kbd{./configure --help} alias CH="./configure --help" -# arch/tla stuff -if check_com -c tla ; then - #a2# Execute \kbd{tla what-changed --diffs | less} - alias tdi='tla what-changed --diffs | less' - #a2# Execute \kbd{tla-buildpackage} - alias tbp='tla-buildpackage' - #a2# Execute \kbd{tla archive-mirror} - alias tmi='tla archive-mirror' - #a2# Execute \kbd{tla commit} - alias tco='tla commit' - #a2# Execute \kbd{tla star-merge} - alias tme='tla star-merge' -fi - # listing stuff #a2# Execute \kbd{ls -lSrah} alias dir="ls -lSrah" -- 2.1.4