From 048e33050c8ced7c723c3163e77b914da8e7ad52 Mon Sep 17 00:00:00 2001 From: Joerg Woelke Date: Thu, 27 Aug 2009 09:45:39 +0200 Subject: [PATCH 1/1] zshrc: Remove aliases ips and check_dpkg_running. Added changelog entry. -ft Acked-by: Michael Prokop --- debian/changelog | 3 ++- etc/zsh/zshrc | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2511cf6..57eefca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,8 +15,9 @@ grml-etc-core (0.3.74) unstable; urgency=low * zshrc: Removing shtgz(). shtar() does the same, just portably. * zshrc: Remove broken ytdl() function. * zshrc: Typo fixes + * zshrc: Remove aliases ips and check_dpkg_running. - -- Frank Terbeck Wed, 26 Aug 2009 13:19:31 +0200 + -- Frank Terbeck Thu, 27 Aug 2009 10:03:17 +0200 grml-etc-core (0.3.73) unstable; urgency=low diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index b0c7a06..dd077c8 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3103,8 +3103,6 @@ alias r-x='chmod 755' #a2# Execute \kbd{mkdir -o} alias md='mkdir -p' -check_com -c ipython && alias ips='ipython -p sh' - # console stuff #a2# Execute \kbd{mplayer -vo fbdev} alias cmplayer='mplayer -vo fbdev' @@ -3123,12 +3121,6 @@ check_com -c python && alias http="python -m SimpleHTTPServer" # Use 'g' instead of 'git': check_com g || alias g='git' -# check whether Debian's package management (dpkg) is running -if check_com salias ; then - #a2# Check whether a dpkg instance is currently running - salias check_dpkg_running="dpkg_running" -fi - # work around non utf8 capable software in utf environment via $LANG and luit if check_com isutfenv && check_com luit ; then if check_com -c mrxvt ; then -- 2.1.4