From: Joerg Woelke Date: Fri, 28 Aug 2009 16:50:37 +0000 (+0200) Subject: zshrc: Drop arch/tla related aliases. X-Git-Tag: v0.3.75~8 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=ab21c2ef0af93edcbd744d82d17b68a56d378236;hp=672f7cffd65400bb1520fc9ee1d2e0a66d99c48d;p=grml-etc-core.git zshrc: Drop arch/tla related aliases. Acked-by: Michael Prokop --- 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"